Html Css Color HEX #D96385 Deep Blush

📋 copy color: '#D96385'

red 217 ◦ green 99 ◦ blue 133

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

Shades of Deep Blush #D96385

Tints of Deep Blush #D96385

RGB

 RED value IS 217 (85.16% from 255) = 48.33%

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

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

R = 48.33%
G = 22.05%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D96385 (or 0xD96385) is known color: Deep Blush. HEX triplet: D9, 63 and 85. RGB value is (217,99,133). Sum of RGB (Red+Green+Blue) = 217+99+133=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D96385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96385 is #269C7A. Grayscale: #8A8A8A. Windows color (decimal): -2530427 or 8741849. OLE color: 8741849.

HSL color Cylindrical-coordinate representation of color #D96385: hue angle of 342.71º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96385 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 99 133 -
CMYK 0 0.54 0.39 0.15
HSL 342.71º 0.61% 0.62% -
HSV(B) 342.71º 0.54% 0.85% -
XYZ 37.31 25.37 25.12 -
YUV 138.16 125.09 184.24 -
System Red Green Blue C M Y K H S L
Decimal 217 99 133 0 0.54 0.39 0.15 342.71 0.61 0.62
Hex D9 63 85 0 36 27 F 157 3D 3E
Octal 331 143 205 0 66 47 17 527 75 76
Binary 11011001 1100011 10000101 0 110110 100111 1111 101010111 111101 111110

Color Harmonies of #D96385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96385

Black with #D96385

Text Example


Text Example

White with #D96385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96385; }

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

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

background-color css

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

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

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

border-color css

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

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

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