Html Css Color HEX #DC38A5 Deep Cerise

📋 copy color: '#DC38A5'

red 220 ◦ green 56 ◦ blue 165

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

Shades of Deep Cerise #DC38A5

Tints of Deep Cerise #DC38A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 49.89%
G = 12.7%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC38A5 (or 0xDC38A5) is known color: Deep Cerise. HEX triplet: DC, 38 and A5. RGB value is (220,56,165). Sum of RGB (Red+Green+Blue) = 220+56+165=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC38A5 is #23C75A. Grayscale: #757575. Windows color (decimal): -2344795 or 10827996. OLE color: 10827996.

HSL color Cylindrical-coordinate representation of color #DC38A5: hue angle of 320.12º 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 #DC38A5 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 56 165 -
CMYK 0 0.75 0.25 0.14
HSL 320.12º 0.7% 0.54% -
HSV(B) 320.12º 0.75% 0.86% -
XYZ 37.72 20.76 37.62 -
YUV 117.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 220 56 165 0 0.75 0.25 0.14 320.12 0.7 0.54
Hex DC 38 A5 0 4B 19 E 140 46 36
Octal 334 70 245 0 113 31 16 500 106 66
Binary 11011100 111000 10100101 0 1001011 11001 1110 101000000 1000110 110110

Color Harmonies of #DC38A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC38A5

Black with #DC38A5

Text Example


Text Example

White with #DC38A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC38A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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