#D66381

Color #D66381 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #D66381

Tints of Deep Blush #D66381

Color information

#D66381 (or 0xD66381) is unknown color: approx 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

RGB21499129-
CMYK00.540.400.16
HSL344.35º58.38%61.37%-
HSV(B)344.35º53.74%83.92%-
XYZ36.1624.823.65-
YUV136.8123.6183.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.42%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 129 (50.78% from 255) = 29.19%
R=48.42%
G=22.40%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149912900.540.400.16344.3558.3861.37
HexD6638103628101583a3d
Octal32614320106650205307275
Binary11010110110001110000001011011010100010000101011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>