Html Css Color HEX #D228AA Deep Cerise

📋 copy color: '#D228AA'

red 210 ◦ green 40 ◦ blue 170

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

Shades of Deep Cerise #D228AA

Tints of Deep Cerise #D228AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.52%

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

R = 50%
G = 9.52%
B = 40.48%

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

#D228AA (or 0xD228AA) is known color: Deep Cerise. HEX triplet: D2, 28 and AA. RGB value is (210,40,170). Sum of RGB (Red+Green+Blue) = 210+40+170=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D228AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D228AA is #2DD755. Grayscale: #696969. Windows color (decimal): -3004246 or 11151570. OLE color: 11151570.

HSL color Cylindrical-coordinate representation of color #D228AA: hue angle of 314.12º degrees, saturation: 0.68, 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 #D228AA is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 40 170 -
CMYK 0 0.81 0.19 0.18
HSL 314.12º 0.68% 0.49% -
HSV(B) 314.12º 0.81% 0.82% -
XYZ 34.59 18.12 39.7 -
YUV 105.65 164.32 202.43 -
System Red Green Blue C M Y K H S L
Decimal 210 40 170 0 0.81 0.19 0.18 314.12 0.68 0.49
Hex D2 28 AA 0 51 13 12 13A 44 31
Octal 322 50 252 0 121 23 22 472 104 61
Binary 11010010 101000 10101010 0 1010001 10011 10010 100111010 1000100 110001

Color Harmonies of #D228AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228AA

Black with #D228AA

Text Example


Text Example

White with #D228AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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