Html Css Color HEX #D233AA Deep Cerise

📋 copy color: '#D233AA'

red 210 ◦ green 51 ◦ blue 170

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

Shades of Deep Cerise #D233AA

Tints of Deep Cerise #D233AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.83%

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 48.72%
G = 11.83%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D233AA (or 0xD233AA) is known color: Deep Cerise. HEX triplet: D2, 33 and AA. RGB value is (210,51,170). Sum of RGB (Red+Green+Blue) = 210+51+170=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D233AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D233AA is #2DCC55. Grayscale: #6F6F6F. Windows color (decimal): -3001430 or 11154386. OLE color: 11154386.

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

Color convert

RGB 210 51 170 -
CMYK 0 0.76 0.19 0.18
HSL 315.09º 0.64% 0.51% -
HSV(B) 315.09º 0.76% 0.82% -
XYZ 35.02 18.97 39.85 -
YUV 112.11 160.68 197.82 -
System Red Green Blue C M Y K H S L
Decimal 210 51 170 0 0.76 0.19 0.18 315.09 0.64 0.51
Hex D2 33 AA 0 4C 13 12 13B 40 33
Octal 322 63 252 0 114 23 22 473 100 63
Binary 11010010 110011 10101010 0 1001100 10011 10010 100111011 1000000 110011

Color Harmonies of #D233AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D233AA

Black with #D233AA

Text Example


Text Example

White with #D233AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D233AA; }

 p { color: rgb(210,51,170); }

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

background-color css

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

 a { background-color: rgb(210,51,170); }

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

border-color css

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

 span { border-color: rgb(210,51,170); }

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