Html Css Color HEX #D231A5 Deep Cerise

📋 copy color: '#D231A5'

red 210 ◦ green 49 ◦ blue 165

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

Shades of Deep Cerise #D231A5

Tints of Deep Cerise #D231A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.92%

R = 49.53%
G = 11.56%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D231A5 (or 0xD231A5) is known color: Deep Cerise. HEX triplet: D2, 31 and A5. RGB value is (210,49,165). Sum of RGB (Red+Green+Blue) = 210+49+165=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D231A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231A5 is #2DCE5A. Grayscale: #6E6E6E. Windows color (decimal): -3001947 or 10826194. OLE color: 10826194.

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

Color convert

RGB 210 49 165 -
CMYK 0 0.77 0.21 0.18
HSL 316.77º 0.64% 0.51% -
HSV(B) 316.77º 0.77% 0.82% -
XYZ 34.47 18.61 37.37 -
YUV 110.36 158.84 199.07 -
System Red Green Blue C M Y K H S L
Decimal 210 49 165 0 0.77 0.21 0.18 316.77 0.64 0.51
Hex D2 31 A5 0 4D 15 12 13D 40 33
Octal 322 61 245 0 115 25 22 475 100 63
Binary 11010010 110001 10100101 0 1001101 10101 10010 100111101 1000000 110011

Color Harmonies of #D231A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231A5

Black with #D231A5

Text Example


Text Example

White with #D231A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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