Html Css Color HEX #DC3C69 Cerise

📋 copy color: '#DC3C69'

red 220 ◦ green 60 ◦ blue 105

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

Shades of Cerise #DC3C69

Tints of Cerise #DC3C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.58%

 BLUE value IS 105 (41.41% from 255) = 27.27%

R = 57.14%
G = 15.58%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC3C69 (or 0xDC3C69) is known color: Cerise. HEX triplet: DC, 3C and 69. RGB value is (220,60,105). Sum of RGB (Red+Green+Blue) = 220+60+105=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C69 is #23C396. Grayscale: #707070. Windows color (decimal): -2343831 or 6896860. OLE color: 6896860.

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

Color convert

RGB 220 60 105 -
CMYK 0 0.73 0.52 0.14
HSL 343.13º 0.7% 0.55% -
HSV(B) 343.13º 0.73% 0.86% -
XYZ 33.68 19.47 15.35 -
YUV 112.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 220 60 105 0 0.73 0.52 0.14 343.13 0.7 0.55
Hex DC 3C 69 0 49 34 E 157 46 37
Octal 334 74 151 0 111 64 16 527 106 67
Binary 11011100 111100 1101001 0 1001001 110100 1110 101010111 1000110 110111

Color Harmonies of #DC3C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C69

Black with #DC3C69

Text Example


Text Example

White with #DC3C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C69; }

 p { color: rgb(220,60,105); }

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

background-color css

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

 a { background-color: rgb(220,60,105); }

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

border-color css

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

 span { border-color: rgb(220,60,105); }

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