Html Css Color HEX #D230AE Deep Cerise

📋 copy color: '#D230AE'

red 210 ◦ green 48 ◦ blue 174

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

Shades of Deep Cerise #D230AE

Tints of Deep Cerise #D230AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.11%

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

R = 48.61%
G = 11.11%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D230AE (or 0xD230AE) is known color: Deep Cerise. HEX triplet: D2, 30 and AE. RGB value is (210,48,174). Sum of RGB (Red+Green+Blue) = 210+48+174=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D230AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D230AE is #2DCF51. Grayscale: #6E6E6E. Windows color (decimal): -3002194 or 11415762. OLE color: 11415762.

HSL color Cylindrical-coordinate representation of color #D230AE: hue angle of 313.33º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D230AE is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 48 174 -
CMYK 0 0.77 0.17 0.18
HSL 313.33º 0.64% 0.51% -
HSV(B) 313.33º 0.77% 0.82% -
XYZ 35.28 18.87 41.83 -
YUV 110.8 163.67 198.75 -
System Red Green Blue C M Y K H S L
Decimal 210 48 174 0 0.77 0.17 0.18 313.33 0.64 0.51
Hex D2 30 AE 0 4D 11 12 139 40 33
Octal 322 60 256 0 115 21 22 471 100 63
Binary 11010010 110000 10101110 0 1001101 10001 10010 100111001 1000000 110011

Color Harmonies of #D230AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230AE

Black with #D230AE

Text Example


Text Example

White with #D230AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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