Html Css Color HEX #D9468B Deep Cerise

📋 copy color: '#D9468B'

red 217 ◦ green 70 ◦ blue 139

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

Shades of Deep Cerise #D9468B

Tints of Deep Cerise #D9468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.43%

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 50.94%
G = 16.43%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9468B (or 0xD9468B) is known color: Deep Cerise. HEX triplet: D9, 46 and 8B. RGB value is (217,70,139). Sum of RGB (Red+Green+Blue) = 217+70+139=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9468B is #26B974. Grayscale: #797979. Windows color (decimal): -2537845 or 9127641. OLE color: 9127641.

HSL color Cylindrical-coordinate representation of color #D9468B: hue angle of 331.84º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9468B is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 139 -
CMYK 0 0.68 0.36 0.15
HSL 331.84º 0.66% 0.56% -
HSV(B) 331.84º 0.68% 0.85% -
XYZ 35.47 21 26.61 -
YUV 121.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 217 70 139 0 0.68 0.36 0.15 331.84 0.66 0.56
Hex D9 46 8B 0 44 24 F 14C 42 38
Octal 331 106 213 0 104 44 17 514 102 70
Binary 11011001 1000110 10001011 0 1000100 100100 1111 101001100 1000010 111000

Color Harmonies of #D9468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9468B

Black with #D9468B

Text Example


Text Example

White with #D9468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9468B; }

 p { color: rgb(217,70,139); }

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

background-color css

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

 a { background-color: rgb(217,70,139); }

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

border-color css

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

 span { border-color: rgb(217,70,139); }

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