Html Css Color HEX #D92F75 Deep Cerise

📋 copy color: '#D92F75'

red 217 ◦ green 47 ◦ blue 117

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

Shades of Deep Cerise #D92F75

Tints of Deep Cerise #D92F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 56.96%
G = 12.34%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D92F75 (or 0xD92F75) is known color: Deep Cerise. HEX triplet: D9, 2F and 75. RGB value is (217,47,117). Sum of RGB (Red+Green+Blue) = 217+47+117=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F75 is #26D08A. Grayscale: #696969. Windows color (decimal): -2543755 or 7679961. OLE color: 7679961.

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

Color convert

RGB 217 47 117 -
CMYK 0 0.78 0.46 0.15
HSL 335.29º 0.69% 0.52% -
HSV(B) 335.29º 0.78% 0.85% -
XYZ 32.84 18.07 18.59 -
YUV 105.81 134.32 207.31 -
System Red Green Blue C M Y K H S L
Decimal 217 47 117 0 0.78 0.46 0.15 335.29 0.69 0.52
Hex D9 2F 75 0 4E 2E F 14F 45 34
Octal 331 57 165 0 116 56 17 517 105 64
Binary 11011001 101111 1110101 0 1001110 101110 1111 101001111 1000101 110100

Color Harmonies of #D92F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F75

Black with #D92F75

Text Example


Text Example

White with #D92F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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