Html Css Color HEX #DC3F5E Cerise

📋 copy color: '#DC3F5E'

red 220 ◦ green 63 ◦ blue 94

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

Shades of Cerise #DC3F5E

Tints of Cerise #DC3F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.93%

R = 58.36%
G = 16.71%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC3F5E (or 0xDC3F5E) is known color: Cerise. HEX triplet: DC, 3F and 5E. RGB value is (220,63,94). Sum of RGB (Red+Green+Blue) = 220+63+94=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F5E is #23C0A1. Grayscale: #717171. Windows color (decimal): -2343074 or 6176732. OLE color: 6176732.

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

Color convert

RGB 220 63 94 -
CMYK 0 0.71 0.57 0.14
HSL 348.15º 0.69% 0.55% -
HSV(B) 348.15º 0.71% 0.86% -
XYZ 33.31 19.58 12.61 -
YUV 113.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 220 63 94 0 0.71 0.57 0.14 348.15 0.69 0.55
Hex DC 3F 5E 0 47 39 E 15C 45 37
Octal 334 77 136 0 107 71 16 534 105 67
Binary 11011100 111111 1011110 0 1000111 111001 1110 101011100 1000101 110111

Color Harmonies of #DC3F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F5E

Black with #DC3F5E

Text Example


Text Example

White with #DC3F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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