Html Css Color HEX #DC3F68 Cerise

📋 copy color: '#DC3F68'

red 220 ◦ green 63 ◦ blue 104

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

Shades of Cerise #DC3F68

Tints of Cerise #DC3F68

RGB

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

 GREEN value IS 63 (25% from 255) = 16.28%

 BLUE value IS 104 (41.02% from 255) = 26.87%

R = 56.85%
G = 16.28%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC3F68 (or 0xDC3F68) is known color: Cerise. HEX triplet: DC, 3F and 68. RGB value is (220,63,104). Sum of RGB (Red+Green+Blue) = 220+63+104=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F68 is #23C097. Grayscale: #727272. Windows color (decimal): -2343064 or 6832092. OLE color: 6832092.

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

Color convert

RGB 220 63 104 -
CMYK 0 0.71 0.53 0.14
HSL 344.33º 0.69% 0.55% -
HSV(B) 344.33º 0.71% 0.86% -
XYZ 33.79 19.77 15.13 -
YUV 114.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 220 63 104 0 0.71 0.53 0.14 344.33 0.69 0.55
Hex DC 3F 68 0 47 35 E 158 45 37
Octal 334 77 150 0 107 65 16 530 105 67
Binary 11011100 111111 1101000 0 1000111 110101 1110 101011000 1000101 110111

Color Harmonies of #DC3F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F68

Black with #DC3F68

Text Example


Text Example

White with #DC3F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F68; }

 p { color: rgb(220,63,104); }

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

background-color css

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

 a { background-color: rgb(220,63,104); }

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

border-color css

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

 span { border-color: rgb(220,63,104); }

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