Html Css Color HEX #D66480 Deep Blush

📋 copy color: '#D66480'

red 214 ◦ green 100 ◦ blue 128

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

Shades of Deep Blush #D66480

Tints of Deep Blush #D66480

RGB

 RED value IS 214 (83.98% from 255) = 48.42%

 GREEN value IS 100 (39.45% from 255) = 22.62%

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 48.42%
G = 22.62%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D66480 (or 0xD66480) is known color: Deep Blush. HEX triplet: D6, 64 and 80. RGB value is (214,100,128). Sum of RGB (Red+Green+Blue) = 214+100+128=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D66480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66480 is #299B7F. Grayscale: #898989. Windows color (decimal): -2726784 or 8414422. OLE color: 8414422.

HSL color Cylindrical-coordinate representation of color #D66480: hue angle of 345.26º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66480 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 128 -
CMYK 0 0.53 0.40 0.16
HSL 345.26º 0.58% 0.62% -
HSV(B) 345.26º 0.53% 0.84% -
XYZ 36.19 24.97 23.33 -
YUV 137.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 214 100 128 0 0.53 0.40 0.16 345.26 0.58 0.62
Hex D6 64 80 0 35 28 10 159 3A 3E
Octal 326 144 200 0 65 50 20 531 72 76
Binary 11010110 1100100 10000000 0 110101 101000 10000 101011001 111010 111110

Color Harmonies of #D66480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66480

Black with #D66480

Text Example


Text Example

White with #D66480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66480; }

 p { color: rgb(214,100,128); }

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

background-color css

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

 a { background-color: rgb(214,100,128); }

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

border-color css

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

 span { border-color: rgb(214,100,128); }

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