Html Css Color HEX #D232AE Deep Cerise

📋 copy color: '#D232AE'

red 210 ◦ green 50 ◦ blue 174

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

Shades of Deep Cerise #D232AE

Tints of Deep Cerise #D232AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.09%

R = 48.39%
G = 11.52%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D232AE (or 0xD232AE) is known color: Deep Cerise. HEX triplet: D2, 32 and AE. RGB value is (210,50,174). Sum of RGB (Red+Green+Blue) = 210+50+174=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D232AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D232AE is #2DCD51. Grayscale: #6F6F6F. Windows color (decimal): -3001682 or 11416274. OLE color: 11416274.

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

Color convert

RGB 210 50 174 -
CMYK 0 0.76 0.17 0.18
HSL 313.5º 0.64% 0.51% -
HSV(B) 313.5º 0.76% 0.82% -
XYZ 35.36 19.04 41.86 -
YUV 111.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 210 50 174 0 0.76 0.17 0.18 313.5 0.64 0.51
Hex D2 32 AE 0 4C 11 12 13A 40 33
Octal 322 62 256 0 114 21 22 472 100 63
Binary 11010010 110010 10101110 0 1001100 10001 10010 100111010 1000000 110011

Color Harmonies of #D232AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D232AE

Black with #D232AE

Text Example


Text Example

White with #D232AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D232AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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