Html Css Color HEX #D91F7C Deep Cerise

📋 copy color: '#D91F7C'

red 217 ◦ green 31 ◦ blue 124

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

Shades of Deep Cerise #D91F7C

Tints of Deep Cerise #D91F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.33%

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 58.33%
G = 8.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D91F7C (or 0xD91F7C) is known color: Deep Cerise. HEX triplet: D9, 1F and 7C. RGB value is (217,31,124). Sum of RGB (Red+Green+Blue) = 217+31+124=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91F7C is #26E083. Grayscale: #616161. Windows color (decimal): -2547844 or 8134617. OLE color: 8134617.

HSL color Cylindrical-coordinate representation of color #D91F7C: hue angle of 330º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91F7C is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 31 124 -
CMYK 0 0.86 0.43 0.15
HSL 330º 0.75% 0.49% -
HSV(B) 330º 0.86% 0.85% -
XYZ 32.74 17.19 20.66 -
YUV 97.22 143.12 213.44 -
System Red Green Blue C M Y K H S L
Decimal 217 31 124 0 0.86 0.43 0.15 330 0.75 0.49
Hex D9 1F 7C 0 56 2B F 14A 4B 31
Octal 331 37 174 0 126 53 17 512 113 61
Binary 11011001 11111 1111100 0 1010110 101011 1111 101001010 1001011 110001

Color Harmonies of #D91F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91F7C

Black with #D91F7C

Text Example


Text Example

White with #D91F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91F7C; }

 p { color: rgb(217,31,124); }

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

background-color css

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

 a { background-color: rgb(217,31,124); }

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

border-color css

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

 span { border-color: rgb(217,31,124); }

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