Html Css Color HEX #D92DA5 Deep Cerise

📋 copy color: '#D92DA5'

red 217 ◦ green 45 ◦ blue 165

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

Shades of Deep Cerise #D92DA5

Tints of Deep Cerise #D92DA5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.54%

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

R = 50.82%
G = 10.54%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D92DA5 (or 0xD92DA5) is known color: Deep Cerise. HEX triplet: D9, 2D and A5. RGB value is (217,45,165). Sum of RGB (Red+Green+Blue) = 217+45+165=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92DA5 is #26D25A. Grayscale: #6D6D6D. Windows color (decimal): -2544219 or 10825177. OLE color: 10825177.

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

Color convert

RGB 217 45 165 -
CMYK 0 0.79 0.24 0.15
HSL 318.14º 0.69% 0.51% -
HSV(B) 318.14º 0.79% 0.85% -
XYZ 36.35 19.35 37.42 -
YUV 110.11 158.98 204.24 -
System Red Green Blue C M Y K H S L
Decimal 217 45 165 0 0.79 0.24 0.15 318.14 0.69 0.51
Hex D9 2D A5 0 4F 18 F 13E 45 33
Octal 331 55 245 0 117 30 17 476 105 63
Binary 11011001 101101 10100101 0 1001111 11000 1111 100111110 1000101 110011

Color Harmonies of #D92DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92DA5

Black with #D92DA5

Text Example


Text Example

White with #D92DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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