Html Css Color HEX #D330AC Deep Cerise

📋 copy color: '#D330AC'

red 211 ◦ green 48 ◦ blue 172

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

Shades of Deep Cerise #D330AC

Tints of Deep Cerise #D330AC

RGB

 RED value IS 211 (82.81% from 255) = 48.96%

 GREEN value IS 48 (19.14% from 255) = 11.14%

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

R = 48.96%
G = 11.14%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D330AC (or 0xD330AC) is known color: Deep Cerise. HEX triplet: D3, 30 and AC. RGB value is (211,48,172). Sum of RGB (Red+Green+Blue) = 211+48+172=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D330AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D330AC is #2CCF53. Grayscale: #6E6E6E. Windows color (decimal): -2936660 or 11284691. OLE color: 11284691.

HSL color Cylindrical-coordinate representation of color #D330AC: hue angle of 314.36º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D330AC is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 48 172 -
CMYK 0 0.77 0.18 0.17
HSL 314.36º 0.65% 0.51% -
HSV(B) 314.36º 0.77% 0.83% -
XYZ 35.37 18.94 40.82 -
YUV 110.87 162.5 199.42 -
System Red Green Blue C M Y K H S L
Decimal 211 48 172 0 0.77 0.18 0.17 314.36 0.65 0.51
Hex D3 30 AC 0 4D 12 11 13A 41 33
Octal 323 60 254 0 115 22 21 472 101 63
Binary 11010011 110000 10101100 0 1001101 10010 10001 100111010 1000001 110011

Color Harmonies of #D330AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330AC

Black with #D330AC

Text Example


Text Example

White with #D330AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330AC; }

 p { color: rgb(211,48,172); }

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

background-color css

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

 a { background-color: rgb(211,48,172); }

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

border-color css

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

 span { border-color: rgb(211,48,172); }

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