Html Css Color HEX #DC38AA Deep Cerise

📋 copy color: '#DC38AA'

red 220 ◦ green 56 ◦ blue 170

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

Shades of Deep Cerise #DC38AA

Tints of Deep Cerise #DC38AA

RGB

 RED value IS 220 (86.33% from 255) = 49.33%

 GREEN value IS 56 (22.27% from 255) = 12.56%

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

R = 49.33%
G = 12.56%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC38AA (or 0xDC38AA) is known color: Deep Cerise. HEX triplet: DC, 38 and AA. RGB value is (220,56,170). Sum of RGB (Red+Green+Blue) = 220+56+170=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC38AA is #23C755. Grayscale: #757575. Windows color (decimal): -2344790 or 11155676. OLE color: 11155676.

HSL color Cylindrical-coordinate representation of color #DC38AA: hue angle of 318.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC38AA is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 56 170 -
CMYK 0 0.75 0.23 0.14
HSL 318.29º 0.7% 0.54% -
HSV(B) 318.29º 0.75% 0.86% -
XYZ 38.19 20.95 40.06 -
YUV 118.03 157.33 200.73 -
System Red Green Blue C M Y K H S L
Decimal 220 56 170 0 0.75 0.23 0.14 318.29 0.7 0.54
Hex DC 38 AA 0 4B 17 E 13E 46 36
Octal 334 70 252 0 113 27 16 476 106 66
Binary 11011100 111000 10101010 0 1001011 10111 1110 100111110 1000110 110110

Color Harmonies of #DC38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC38AA

Black with #DC38AA

Text Example


Text Example

White with #DC38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC38AA; }

 p { color: rgb(220,56,170); }

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

background-color css

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

 a { background-color: rgb(220,56,170); }

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

border-color css

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

 span { border-color: rgb(220,56,170); }

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