Html Css Color HEX #D235A6 Deep Cerise

📋 copy color: '#D235A6'

red 210 ◦ green 53 ◦ blue 166

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

Shades of Deep Cerise #D235A6

Tints of Deep Cerise #D235A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 48.95%
G = 12.35%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D235A6 (or 0xD235A6) is known color: Deep Cerise. HEX triplet: D2, 35 and A6. RGB value is (210,53,166). Sum of RGB (Red+Green+Blue) = 210+53+166=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D235A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D235A6 is #2DCA59. Grayscale: #707070. Windows color (decimal): -3000922 or 10892754. OLE color: 10892754.

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

Color convert

RGB 210 53 166 -
CMYK 0 0.75 0.21 0.18
HSL 316.82º 0.64% 0.52% -
HSV(B) 316.82º 0.75% 0.82% -
XYZ 34.73 19 37.91 -
YUV 112.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 210 53 166 0 0.75 0.21 0.18 316.82 0.64 0.52
Hex D2 35 A6 0 4B 15 12 13D 40 34
Octal 322 65 246 0 113 25 22 475 100 64
Binary 11010010 110101 10100110 0 1001011 10101 10010 100111101 1000000 110100

Color Harmonies of #D235A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235A6

Black with #D235A6

Text Example


Text Example

White with #D235A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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