Html Css Color HEX #D91D7D Deep Cerise

📋 copy color: '#D91D7D'

red 217 ◦ green 29 ◦ blue 125

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

Shades of Deep Cerise #D91D7D

Tints of Deep Cerise #D91D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 58.49%
G = 7.82%
B = 33.69%

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

#D91D7D (or 0xD91D7D) is known color: Deep Cerise. HEX triplet: D9, 1D and 7D. RGB value is (217,29,125). Sum of RGB (Red+Green+Blue) = 217+29+125=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D7D is #26E282. Grayscale: #5F5F5F. Windows color (decimal): -2548355 or 8199641. OLE color: 8199641.

HSL color Cylindrical-coordinate representation of color #D91D7D: hue angle of 329.36º 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 #D91D7D is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 29 125 -
CMYK 0 0.87 0.42 0.15
HSL 329.36º 0.76% 0.48% -
HSV(B) 329.36º 0.87% 0.85% -
XYZ 32.76 17.11 20.98 -
YUV 96.16 144.28 214.19 -
System Red Green Blue C M Y K H S L
Decimal 217 29 125 0 0.87 0.42 0.15 329.36 0.76 0.48
Hex D9 1D 7D 0 57 2A F 149 4C 30
Octal 331 35 175 0 127 52 17 511 114 60
Binary 11011001 11101 1111101 0 1010111 101010 1111 101001001 1001100 110000

Color Harmonies of #D91D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D7D

Black with #D91D7D

Text Example


Text Example

White with #D91D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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