Html Css Color HEX #D235A8 Deep Cerise

📋 copy color: '#D235A8'

red 210 ◦ green 53 ◦ blue 168

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

Shades of Deep Cerise #D235A8

Tints of Deep Cerise #D235A8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.3%

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 48.72%
G = 12.3%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#D235A8 (or 0xD235A8) is known color: Deep Cerise. HEX triplet: D2, 35 and A8. RGB value is (210,53,168). Sum of RGB (Red+Green+Blue) = 210+53+168=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D235A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D235A8 is #2DCA57. Grayscale: #707070. Windows color (decimal): -3000920 or 11023826. OLE color: 11023826.

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

Color convert

RGB 210 53 168 -
CMYK 0 0.75 0.2 0.18
HSL 316.05º 0.64% 0.52% -
HSV(B) 316.05º 0.75% 0.82% -
XYZ 34.92 19.08 38.89 -
YUV 113.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 210 53 168 0 0.75 0.2 0.18 316.05 0.64 0.52
Hex D2 35 A8 0 4B 14 12 13C 40 34
Octal 322 65 250 0 113 24 22 474 100 64
Binary 11010010 110101 10101000 0 1001011 10100 10010 100111100 1000000 110100

Color Harmonies of #D235A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235A8

Black with #D235A8

Text Example


Text Example

White with #D235A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235A8; }

 p { color: rgb(210,53,168); }

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

background-color css

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

 a { background-color: rgb(210,53,168); }

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

border-color css

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

 span { border-color: rgb(210,53,168); }

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