Html Css Color HEX #D91E7B Deep Cerise

📋 copy color: '#D91E7B'

red 217 ◦ green 30 ◦ blue 123

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

Shades of Deep Cerise #D91E7B

Tints of Deep Cerise #D91E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.11%

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 58.65%
G = 8.11%
B = 33.24%

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

#D91E7B (or 0xD91E7B) is known color: Deep Cerise. HEX triplet: D9, 1E and 7B. RGB value is (217,30,123). Sum of RGB (Red+Green+Blue) = 217+30+123=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91E7B is #26E184. Grayscale: #606060. Windows color (decimal): -2548101 or 8068825. OLE color: 8068825.

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

Color convert

RGB 217 30 123 -
CMYK 0 0.86 0.43 0.15
HSL 330.16º 0.76% 0.48% -
HSV(B) 330.16º 0.86% 0.85% -
XYZ 32.65 17.11 20.32 -
YUV 96.52 142.95 213.94 -
System Red Green Blue C M Y K H S L
Decimal 217 30 123 0 0.86 0.43 0.15 330.16 0.76 0.48
Hex D9 1E 7B 0 56 2B F 14A 4C 30
Octal 331 36 173 0 126 53 17 512 114 60
Binary 11011001 11110 1111011 0 1010110 101011 1111 101001010 1001100 110000

Color Harmonies of #D91E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E7B

Black with #D91E7B

Text Example


Text Example

White with #D91E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E7B; }

 p { color: rgb(217,30,123); }

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

background-color css

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

 a { background-color: rgb(217,30,123); }

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

border-color css

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

 span { border-color: rgb(217,30,123); }

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