Html Css Color HEX #D92A7D Deep Cerise

📋 copy color: '#D92A7D'

red 217 ◦ green 42 ◦ blue 125

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

Shades of Deep Cerise #D92A7D

Tints of Deep Cerise #D92A7D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.94%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 56.51%
G = 10.94%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D92A7D (or 0xD92A7D) is known color: Deep Cerise. HEX triplet: D9, 2A and 7D. RGB value is (217,42,125). Sum of RGB (Red+Green+Blue) = 217+42+125=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92A7D is #26D582. Grayscale: #676767. Windows color (decimal): -2545027 or 8202969. OLE color: 8202969.

HSL color Cylindrical-coordinate representation of color #D92A7D: hue angle of 331.54º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92A7D is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 42 125 -
CMYK 0 0.81 0.42 0.15
HSL 331.54º 0.7% 0.51% -
HSV(B) 331.54º 0.81% 0.85% -
XYZ 33.14 17.89 21.11 -
YUV 103.79 139.98 208.75 -
System Red Green Blue C M Y K H S L
Decimal 217 42 125 0 0.81 0.42 0.15 331.54 0.7 0.51
Hex D9 2A 7D 0 51 2A F 14C 46 33
Octal 331 52 175 0 121 52 17 514 106 63
Binary 11011001 101010 1111101 0 1010001 101010 1111 101001100 1000110 110011

Color Harmonies of #D92A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A7D

Black with #D92A7D

Text Example


Text Example

White with #D92A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A7D; }

 p { color: rgb(217,42,125); }

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

background-color css

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

 a { background-color: rgb(217,42,125); }

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

border-color css

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

 span { border-color: rgb(217,42,125); }

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