Html Css Color HEX #D940A2 Deep Cerise

📋 copy color: '#D940A2'

red 217 ◦ green 64 ◦ blue 162

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

Shades of Deep Cerise #D940A2

Tints of Deep Cerise #D940A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.45%

 BLUE value IS 162 (63.67% from 255) = 36.57%

R = 48.98%
G = 14.45%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D940A2 (or 0xD940A2) is known color: Deep Cerise. HEX triplet: D9, 40 and A2. RGB value is (217,64,162). Sum of RGB (Red+Green+Blue) = 217+64+162=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D940A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D940A2 is #26BF5D. Grayscale: #787878. Windows color (decimal): -2539358 or 10633433. OLE color: 10633433.

HSL color Cylindrical-coordinate representation of color #D940A2: hue angle of 321.57º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D940A2 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 162 -
CMYK 0 0.71 0.25 0.15
HSL 321.57º 0.67% 0.55% -
HSV(B) 321.57º 0.71% 0.85% -
XYZ 36.97 21.03 36.29 -
YUV 120.92 151.19 196.53 -
System Red Green Blue C M Y K H S L
Decimal 217 64 162 0 0.71 0.25 0.15 321.57 0.67 0.55
Hex D9 40 A2 0 47 19 F 142 43 37
Octal 331 100 242 0 107 31 17 502 103 67
Binary 11011001 1000000 10100010 0 1000111 11001 1111 101000010 1000011 110111

Color Harmonies of #D940A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D940A2

Black with #D940A2

Text Example


Text Example

White with #D940A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D940A2; }

 p { color: rgb(217,64,162); }

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

background-color css

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

 a { background-color: rgb(217,64,162); }

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

border-color css

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

 span { border-color: rgb(217,64,162); }

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