Html Css Color HEX #D92FA6 Deep Cerise

📋 copy color: '#D92FA6'

red 217 ◦ green 47 ◦ blue 166

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

Shades of Deep Cerise #D92FA6

Tints of Deep Cerise #D92FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.6%

R = 50.47%
G = 10.93%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D92FA6 (or 0xD92FA6) is known color: Deep Cerise. HEX triplet: D9, 2F and A6. RGB value is (217,47,166). Sum of RGB (Red+Green+Blue) = 217+47+166=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D92FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92FA6 is #26D059. Grayscale: #6F6F6F. Windows color (decimal): -2543706 or 10891225. OLE color: 10891225.

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

Color convert

RGB 217 47 166 -
CMYK 0 0.78 0.24 0.15
HSL 318º 0.69% 0.52% -
HSV(B) 318º 0.78% 0.85% -
XYZ 36.51 19.54 37.92 -
YUV 111.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 217 47 166 0 0.78 0.24 0.15 318 0.69 0.52
Hex D9 2F A6 0 4E 18 F 13E 45 34
Octal 331 57 246 0 116 30 17 476 105 64
Binary 11011001 101111 10100110 0 1001110 11000 1111 100111110 1000101 110100

Color Harmonies of #D92FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92FA6

Black with #D92FA6

Text Example


Text Example

White with #D92FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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