Html Css Color HEX #D92F81 Deep Cerise

📋 copy color: '#D92F81'

red 217 ◦ green 47 ◦ blue 129

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

Shades of Deep Cerise #D92F81

Tints of Deep Cerise #D92F81

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.96%

 BLUE value IS 129 (50.78% from 255) = 32.82%

R = 55.22%
G = 11.96%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D92F81 (or 0xD92F81) is known color: Deep Cerise. HEX triplet: D9, 2F and 81. RGB value is (217,47,129). Sum of RGB (Red+Green+Blue) = 217+47+129=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92F81 is #26D07E. Grayscale: #6B6B6B. Windows color (decimal): -2543743 or 8466393. OLE color: 8466393.

HSL color Cylindrical-coordinate representation of color #D92F81: hue angle of 331.06º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F81 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 47 129 -
CMYK 0 0.78 0.41 0.15
HSL 331.06º 0.69% 0.52% -
HSV(B) 331.06º 0.78% 0.85% -
XYZ 33.59 18.37 22.54 -
YUV 107.18 140.32 206.33 -
System Red Green Blue C M Y K H S L
Decimal 217 47 129 0 0.78 0.41 0.15 331.06 0.69 0.52
Hex D9 2F 81 0 4E 29 F 14B 45 34
Octal 331 57 201 0 116 51 17 513 105 64
Binary 11011001 101111 10000001 0 1001110 101001 1111 101001011 1000101 110100

Color Harmonies of #D92F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F81

Black with #D92F81

Text Example


Text Example

White with #D92F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F81; }

 p { color: rgb(217,47,129); }

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

background-color css

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

 a { background-color: rgb(217,47,129); }

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

border-color css

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

 span { border-color: rgb(217,47,129); }

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