Html Css Color HEX #D227AA Deep Cerise

📋 copy color: '#D227AA'

red 210 ◦ green 39 ◦ blue 170

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

Shades of Deep Cerise #D227AA

Tints of Deep Cerise #D227AA

RGB

 RED value IS 210 (82.42% from 255) = 50.12%

 GREEN value IS 39 (15.63% from 255) = 9.31%

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 50.12%
G = 9.31%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D227AA (or 0xD227AA) is known color: Deep Cerise. HEX triplet: D2, 27 and AA. RGB value is (210,39,170). Sum of RGB (Red+Green+Blue) = 210+39+170=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D227AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D227AA is #2DD855. Grayscale: #686868. Windows color (decimal): -3004502 or 11151314. OLE color: 11151314.

HSL color Cylindrical-coordinate representation of color #D227AA: hue angle of 314.04º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D227AA is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 39 170 -
CMYK 0 0.81 0.19 0.18
HSL 314.04º 0.69% 0.49% -
HSV(B) 314.04º 0.81% 0.82% -
XYZ 34.56 18.05 39.69 -
YUV 105.06 164.65 202.85 -
System Red Green Blue C M Y K H S L
Decimal 210 39 170 0 0.81 0.19 0.18 314.04 0.69 0.49
Hex D2 27 AA 0 51 13 12 13A 45 31
Octal 322 47 252 0 121 23 22 472 105 61
Binary 11010010 100111 10101010 0 1010001 10011 10010 100111010 1000101 110001

Color Harmonies of #D227AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D227AA

Black with #D227AA

Text Example


Text Example

White with #D227AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D227AA; }

 p { color: rgb(210,39,170); }

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

background-color css

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

 a { background-color: rgb(210,39,170); }

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

border-color css

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

 span { border-color: rgb(210,39,170); }

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