Html Css Color HEX #DC3C67 Cerise

📋 copy color: '#DC3C67'

red 220 ◦ green 60 ◦ blue 103

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

Shades of Cerise #DC3C67

Tints of Cerise #DC3C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.89%

R = 57.44%
G = 15.67%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC3C67 (or 0xDC3C67) is known color: Cerise. HEX triplet: DC, 3C and 67. RGB value is (220,60,103). Sum of RGB (Red+Green+Blue) = 220+60+103=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C67 is #23C398. Grayscale: #707070. Windows color (decimal): -2343833 or 6765788. OLE color: 6765788.

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

Color convert

RGB 220 60 103 -
CMYK 0 0.73 0.53 0.14
HSL 343.88º 0.7% 0.55% -
HSV(B) 343.88º 0.73% 0.86% -
XYZ 33.58 19.43 14.81 -
YUV 112.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 220 60 103 0 0.73 0.53 0.14 343.88 0.7 0.55
Hex DC 3C 67 0 49 35 E 158 46 37
Octal 334 74 147 0 111 65 16 530 106 67
Binary 11011100 111100 1100111 0 1001001 110101 1110 101011000 1000110 110111

Color Harmonies of #DC3C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C67

Black with #DC3C67

Text Example


Text Example

White with #DC3C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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