Html Css Color HEX #D92DA4 Deep Cerise

📋 copy color: '#D92DA4'

red 217 ◦ green 45 ◦ blue 164

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

Shades of Deep Cerise #D92DA4

Tints of Deep Cerise #D92DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.5%

R = 50.94%
G = 10.56%
B = 38.5%

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

#D92DA4 (or 0xD92DA4) is known color: Deep Cerise. HEX triplet: D9, 2D and A4. RGB value is (217,45,164). Sum of RGB (Red+Green+Blue) = 217+45+164=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92DA4 is #26D25B. Grayscale: #6D6D6D. Windows color (decimal): -2544220 or 10759641. OLE color: 10759641.

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

Color convert

RGB 217 45 164 -
CMYK 0 0.79 0.24 0.15
HSL 318.49º 0.69% 0.51% -
HSV(B) 318.49º 0.79% 0.85% -
XYZ 36.25 19.31 36.94 -
YUV 109.99 158.48 204.32 -
System Red Green Blue C M Y K H S L
Decimal 217 45 164 0 0.79 0.24 0.15 318.49 0.69 0.51
Hex D9 2D A4 0 4F 18 F 13E 45 33
Octal 331 55 244 0 117 30 17 476 105 63
Binary 11011001 101101 10100100 0 1001111 11000 1111 100111110 1000101 110011

Color Harmonies of #D92DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92DA4

Black with #D92DA4

Text Example


Text Example

White with #D92DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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