Html Css Color HEX #D92FA5 Deep Cerise

📋 copy color: '#D92FA5'

red 217 ◦ green 47 ◦ blue 165

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

Shades of Deep Cerise #D92FA5

Tints of Deep Cerise #D92FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 50.58%
G = 10.96%
B = 38.46%

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

#D92FA5 (or 0xD92FA5) is known color: Deep Cerise. HEX triplet: D9, 2F and A5. RGB value is (217,47,165). Sum of RGB (Red+Green+Blue) = 217+47+165=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D92FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92FA5 is #26D05A. Grayscale: #6E6E6E. Windows color (decimal): -2543707 or 10825689. OLE color: 10825689.

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

Color convert

RGB 217 47 165 -
CMYK 0 0.78 0.24 0.15
HSL 318.35º 0.69% 0.52% -
HSV(B) 318.35º 0.78% 0.85% -
XYZ 36.42 19.5 37.44 -
YUV 111.28 158.32 203.41 -
System Red Green Blue C M Y K H S L
Decimal 217 47 165 0 0.78 0.24 0.15 318.35 0.69 0.52
Hex D9 2F A5 0 4E 18 F 13E 45 34
Octal 331 57 245 0 116 30 17 476 105 64
Binary 11011001 101111 10100101 0 1001110 11000 1111 100111110 1000101 110100

Color Harmonies of #D92FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92FA5

Black with #D92FA5

Text Example


Text Example

White with #D92FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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