Html Css Color HEX #D230A2 Deep Cerise

📋 copy color: '#D230A2'

red 210 ◦ green 48 ◦ blue 162

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

Shades of Deep Cerise #D230A2

Tints of Deep Cerise #D230A2

RGB

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

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

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

R = 50%
G = 11.43%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D230A2 (or 0xD230A2) is known color: Deep Cerise. HEX triplet: D2, 30 and A2. RGB value is (210,48,162). Sum of RGB (Red+Green+Blue) = 210+48+162=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D230A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D230A2 is #2DCF5D. Grayscale: #6D6D6D. Windows color (decimal): -3002206 or 10629330. OLE color: 10629330.

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

Color convert

RGB 210 48 162 -
CMYK 0 0.77 0.23 0.18
HSL 317.78º 0.64% 0.51% -
HSV(B) 317.78º 0.77% 0.82% -
XYZ 34.16 18.42 35.94 -
YUV 109.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 210 48 162 0 0.77 0.23 0.18 317.78 0.64 0.51
Hex D2 30 A2 0 4D 17 12 13E 40 33
Octal 322 60 242 0 115 27 22 476 100 63
Binary 11010010 110000 10100010 0 1001101 10111 10010 100111110 1000000 110011

Color Harmonies of #D230A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230A2

Black with #D230A2

Text Example


Text Example

White with #D230A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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