Html Css Color HEX #D231AB Deep Cerise

📋 copy color: '#D231AB'

red 210 ◦ green 49 ◦ blue 171

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

Shades of Deep Cerise #D231AB

Tints of Deep Cerise #D231AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.4%

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

R = 48.84%
G = 11.4%
B = 39.77%

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

#D231AB (or 0xD231AB) is known color: Deep Cerise. HEX triplet: D2, 31 and AB. RGB value is (210,49,171). Sum of RGB (Red+Green+Blue) = 210+49+171=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D231AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231AB is #2DCE54. Grayscale: #6E6E6E. Windows color (decimal): -3001941 or 11219410. OLE color: 11219410.

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

Color convert

RGB 210 49 171 -
CMYK 0 0.77 0.19 0.18
HSL 314.53º 0.64% 0.51% -
HSV(B) 314.53º 0.77% 0.82% -
XYZ 35.03 18.84 40.32 -
YUV 111.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 210 49 171 0 0.77 0.19 0.18 314.53 0.64 0.51
Hex D2 31 AB 0 4D 13 12 13B 40 33
Octal 322 61 253 0 115 23 22 473 100 63
Binary 11010010 110001 10101011 0 1001101 10011 10010 100111011 1000000 110011

Color Harmonies of #D231AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231AB

Black with #D231AB

Text Example


Text Example

White with #D231AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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