Html Css Color HEX #DD6385 Deep Blush

📋 copy color: '#DD6385'

red 221 ◦ green 99 ◦ blue 133

#DD6385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #DD6385

Tints of Deep Blush #DD6385

RGB

 RED value IS 221 (86.72% from 255) = 48.79%

 GREEN value IS 99 (39.06% from 255) = 21.85%

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 48.79%
G = 21.85%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD6385 (or 0xDD6385) is known color: Deep Blush. HEX triplet: DD, 63 and 85. RGB value is (221,99,133). Sum of RGB (Red+Green+Blue) = 221+99+133=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6385 is #229C7A. Grayscale: #8B8B8B. Windows color (decimal): -2268283 or 8741853. OLE color: 8741853.

HSL color Cylindrical-coordinate representation of color #DD6385: hue angle of 343.28º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6385 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 133 -
CMYK 0 0.55 0.40 0.13
HSL 343.28º 0.64% 0.63% -
HSV(B) 343.28º 0.55% 0.87% -
XYZ 38.51 25.99 25.18 -
YUV 139.35 124.42 186.24 -
System Red Green Blue C M Y K H S L
Decimal 221 99 133 0 0.55 0.40 0.13 343.28 0.64 0.63
Hex DD 63 85 0 37 28 D 157 40 3F
Octal 335 143 205 0 67 50 15 527 100 77
Binary 11011101 1100011 10000101 0 110111 101000 1101 101010111 1000000 111111

Color Harmonies of #DD6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6385

Black with #DD6385

Text Example


Text Example

White with #DD6385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6385; }

 p { color: rgb(221,99,133); }

 H1.HeaderClassName
 {
   color: #DD6385;
 }
 .AnyTagClassName
 {
   color: #DD6385;
 }
</style>

background-color css

<style>
 a { background-color: #DD6385; }

 a { background-color: rgb(221,99,133); }

 div.DivClassName
 {
   background-color: #DD6385;
 }
 .BgClassName
 {
   background-color: #DD6385;
 }
</style>

border-color css

<style>
 span { border-color: #DD6385; }

 span { border-color: rgb(221,99,133); }

 td.TdClassName
 {
   border-color: #DD6385;
 }
 .TagClassName
 {
   border-color: #DD6385;
 }
</style>