Html Css Color HEX #D232A6 Deep Cerise

📋 copy color: '#D232A6'

red 210 ◦ green 50 ◦ blue 166

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

Shades of Deep Cerise #D232A6

Tints of Deep Cerise #D232A6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.74%

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

R = 49.3%
G = 11.74%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D232A6 (or 0xD232A6) is known color: Deep Cerise. HEX triplet: D2, 32 and A6. RGB value is (210,50,166). Sum of RGB (Red+Green+Blue) = 210+50+166=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D232A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D232A6 is #2DCD59. Grayscale: #6E6E6E. Windows color (decimal): -3001690 or 10891986. OLE color: 10891986.

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

Color convert

RGB 210 50 166 -
CMYK 0 0.76 0.21 0.18
HSL 316.5º 0.64% 0.51% -
HSV(B) 316.5º 0.76% 0.82% -
XYZ 34.6 18.74 37.87 -
YUV 111.06 159.01 198.57 -
System Red Green Blue C M Y K H S L
Decimal 210 50 166 0 0.76 0.21 0.18 316.5 0.64 0.51
Hex D2 32 A6 0 4C 15 12 13C 40 33
Octal 322 62 246 0 114 25 22 474 100 63
Binary 11010010 110010 10100110 0 1001100 10101 10010 100111100 1000000 110011

Color Harmonies of #D232A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232A6

Black with #D232A6

Text Example


Text Example

White with #D232A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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