Html Css Color HEX #D232AC Deep Cerise

📋 copy color: '#D232AC'

red 210 ◦ green 50 ◦ blue 172

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

Shades of Deep Cerise #D232AC

Tints of Deep Cerise #D232AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 48.61%
G = 11.57%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D232AC (or 0xD232AC) is known color: Deep Cerise. HEX triplet: D2, 32 and AC. RGB value is (210,50,172). Sum of RGB (Red+Green+Blue) = 210+50+172=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D232AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D232AC is #2DCD53. Grayscale: #6F6F6F. Windows color (decimal): -3001684 or 11285202. OLE color: 11285202.

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

Color convert

RGB 210 50 172 -
CMYK 0 0.76 0.18 0.18
HSL 314.25º 0.64% 0.51% -
HSV(B) 314.25º 0.76% 0.82% -
XYZ 35.17 18.96 40.84 -
YUV 111.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 210 50 172 0 0.76 0.18 0.18 314.25 0.64 0.51
Hex D2 32 AC 0 4C 12 12 13A 40 33
Octal 322 62 254 0 114 22 22 472 100 63
Binary 11010010 110010 10101100 0 1001100 10010 10010 100111010 1000000 110011

Color Harmonies of #D232AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232AC

Black with #D232AC

Text Example


Text Example

White with #D232AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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