Html Css Color HEX #DC385A Cerise

📋 copy color: '#DC385A'

red 220 ◦ green 56 ◦ blue 90

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

Shades of Cerise #DC385A

Tints of Cerise #DC385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.59%

R = 60.11%
G = 15.3%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC385A (or 0xDC385A) is known color: Cerise. HEX triplet: DC, 38 and 5A. RGB value is (220,56,90). Sum of RGB (Red+Green+Blue) = 220+56+90=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC385A is #23C7A5. Grayscale: #6C6C6C. Windows color (decimal): -2344870 or 5912796. OLE color: 5912796.

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

Color convert

RGB 220 56 90 -
CMYK 0 0.75 0.59 0.14
HSL 347.56º 0.7% 0.54% -
HSV(B) 347.56º 0.75% 0.86% -
XYZ 32.77 18.78 11.57 -
YUV 108.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 220 56 90 0 0.75 0.59 0.14 347.56 0.7 0.54
Hex DC 38 5A 0 4B 3B E 15C 46 36
Octal 334 70 132 0 113 73 16 534 106 66
Binary 11011100 111000 1011010 0 1001011 111011 1110 101011100 1000110 110110

Color Harmonies of #DC385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC385A

Black with #DC385A

Text Example


Text Example

White with #DC385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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