Html Css Color HEX #D92FA2 Deep Cerise

📋 copy color: '#D92FA2'

red 217 ◦ green 47 ◦ blue 162

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

Shades of Deep Cerise #D92FA2

Tints of Deep Cerise #D92FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.03%

R = 50.94%
G = 11.03%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D92FA2 (or 0xD92FA2) is known color: Deep Cerise. HEX triplet: D9, 2F and A2. RGB value is (217,47,162). Sum of RGB (Red+Green+Blue) = 217+47+162=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D92FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92FA2 is #26D05D. Grayscale: #6E6E6E. Windows color (decimal): -2543710 or 10629081. OLE color: 10629081.

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

Color convert

RGB 217 47 162 -
CMYK 0 0.78 0.25 0.15
HSL 319.41º 0.69% 0.52% -
HSV(B) 319.41º 0.78% 0.85% -
XYZ 36.15 19.39 36.02 -
YUV 110.94 156.82 203.65 -
System Red Green Blue C M Y K H S L
Decimal 217 47 162 0 0.78 0.25 0.15 319.41 0.69 0.52
Hex D9 2F A2 0 4E 19 F 13F 45 34
Octal 331 57 242 0 116 31 17 477 105 64
Binary 11011001 101111 10100010 0 1001110 11001 1111 100111111 1000101 110100

Color Harmonies of #D92FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92FA2

Black with #D92FA2

Text Example


Text Example

White with #D92FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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