Html Css Color HEX #D66381 Deep Blush

📋 copy color: '#D66381'

red 214 ◦ green 99 ◦ blue 129

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

Shades of Deep Blush #D66381

Tints of Deep Blush #D66381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.19%

R = 48.42%
G = 22.4%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D66381 (or 0xD66381) is known color: Deep Blush. HEX triplet: D6, 63 and 81. RGB value is (214,99,129). Sum of RGB (Red+Green+Blue) = 214+99+129=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D66381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66381 is #299C7E. Grayscale: #888888. Windows color (decimal): -2727039 or 8479702. OLE color: 8479702.

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

Color convert

RGB 214 99 129 -
CMYK 0 0.54 0.40 0.16
HSL 344.35º 0.58% 0.61% -
HSV(B) 344.35º 0.54% 0.84% -
XYZ 36.16 24.8 23.65 -
YUV 136.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 214 99 129 0 0.54 0.40 0.16 344.35 0.58 0.61
Hex D6 63 81 0 36 28 10 158 3A 3D
Octal 326 143 201 0 66 50 20 530 72 75
Binary 11010110 1100011 10000001 0 110110 101000 10000 101011000 111010 111101

Color Harmonies of #D66381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66381

Black with #D66381

Text Example


Text Example

White with #D66381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66381; }

 p { color: rgb(214,99,129); }

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

background-color css

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

 a { background-color: rgb(214,99,129); }

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

border-color css

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

 span { border-color: rgb(214,99,129); }

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