Html Css Color HEX #D230AB Deep Cerise

📋 copy color: '#D230AB'

red 210 ◦ green 48 ◦ blue 171

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

Shades of Deep Cerise #D230AB

Tints of Deep Cerise #D230AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 48.95%
G = 11.19%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D230AB (or 0xD230AB) is known color: Deep Cerise. HEX triplet: D2, 30 and AB. RGB value is (210,48,171). Sum of RGB (Red+Green+Blue) = 210+48+171=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D230AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D230AB is #2DCF54. Grayscale: #6E6E6E. Windows color (decimal): -3002197 or 11219154. OLE color: 11219154.

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

Color convert

RGB 210 48 171 -
CMYK 0 0.77 0.19 0.18
HSL 314.44º 0.64% 0.51% -
HSV(B) 314.44º 0.77% 0.82% -
XYZ 34.99 18.76 40.3 -
YUV 110.46 162.17 199 -
System Red Green Blue C M Y K H S L
Decimal 210 48 171 0 0.77 0.19 0.18 314.44 0.64 0.51
Hex D2 30 AB 0 4D 13 12 13A 40 33
Octal 322 60 253 0 115 23 22 472 100 63
Binary 11010010 110000 10101011 0 1001101 10011 10010 100111010 1000000 110011

Color Harmonies of #D230AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230AB

Black with #D230AB

Text Example


Text Example

White with #D230AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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