Html Css Color HEX #D91D7E Deep Cerise

📋 copy color: '#D91D7E'

red 217 ◦ green 29 ◦ blue 126

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

Shades of Deep Cerise #D91D7E

Tints of Deep Cerise #D91D7E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.8%

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 58.33%
G = 7.8%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D91D7E (or 0xD91D7E) is known color: Deep Cerise. HEX triplet: D9, 1D and 7E. RGB value is (217,29,126). Sum of RGB (Red+Green+Blue) = 217+29+126=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D7E is #26E281. Grayscale: #606060. Windows color (decimal): -2548354 or 8265177. OLE color: 8265177.

HSL color Cylindrical-coordinate representation of color #D91D7E: hue angle of 329.04º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91D7E is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 29 126 -
CMYK 0 0.87 0.42 0.15
HSL 329.04º 0.76% 0.48% -
HSV(B) 329.04º 0.87% 0.85% -
XYZ 32.82 17.14 21.32 -
YUV 96.27 144.78 214.11 -
System Red Green Blue C M Y K H S L
Decimal 217 29 126 0 0.87 0.42 0.15 329.04 0.76 0.48
Hex D9 1D 7E 0 57 2A F 149 4C 30
Octal 331 35 176 0 127 52 17 511 114 60
Binary 11011001 11101 1111110 0 1010111 101010 1111 101001001 1001100 110000

Color Harmonies of #D91D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D7E

Black with #D91D7E

Text Example


Text Example

White with #D91D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D7E; }

 p { color: rgb(217,29,126); }

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

background-color css

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

 a { background-color: rgb(217,29,126); }

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

border-color css

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

 span { border-color: rgb(217,29,126); }

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