Html Css Color HEX #D228AE Deep Cerise

📋 copy color: '#D228AE'

red 210 ◦ green 40 ◦ blue 174

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

Shades of Deep Cerise #D228AE

Tints of Deep Cerise #D228AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 49.53%
G = 9.43%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D228AE (or 0xD228AE) is known color: Deep Cerise. HEX triplet: D2, 28 and AE. RGB value is (210,40,174). Sum of RGB (Red+Green+Blue) = 210+40+174=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D228AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D228AE is #2DD751. Grayscale: #696969. Windows color (decimal): -3004242 or 11413714. OLE color: 11413714.

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

Color convert

RGB 210 40 174 -
CMYK 0 0.81 0.17 0.18
HSL 312.71º 0.68% 0.49% -
HSV(B) 312.71º 0.81% 0.82% -
XYZ 34.98 18.28 41.73 -
YUV 106.11 166.32 202.1 -
System Red Green Blue C M Y K H S L
Decimal 210 40 174 0 0.81 0.17 0.18 312.71 0.68 0.49
Hex D2 28 AE 0 51 11 12 139 44 31
Octal 322 50 256 0 121 21 22 471 104 61
Binary 11010010 101000 10101110 0 1010001 10001 10010 100111001 1000100 110001

Color Harmonies of #D228AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228AE

Black with #D228AE

Text Example


Text Example

White with #D228AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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