Html Css Color HEX #DC3F5B Cerise

📋 copy color: '#DC3F5B'

red 220 ◦ green 63 ◦ blue 91

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

Shades of Cerise #DC3F5B

Tints of Cerise #DC3F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.33%

R = 58.82%
G = 16.84%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC3F5B (or 0xDC3F5B) is known color: Cerise. HEX triplet: DC, 3F and 5B. RGB value is (220,63,91). Sum of RGB (Red+Green+Blue) = 220+63+91=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F5B is #23C0A4. Grayscale: #717171. Windows color (decimal): -2343077 or 5980124. OLE color: 5980124.

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

Color convert

RGB 220 63 91 -
CMYK 0 0.71 0.59 0.14
HSL 349.3º 0.69% 0.55% -
HSV(B) 349.3º 0.71% 0.86% -
XYZ 33.18 19.53 11.92 -
YUV 113.14 115.51 204.22 -
System Red Green Blue C M Y K H S L
Decimal 220 63 91 0 0.71 0.59 0.14 349.3 0.69 0.55
Hex DC 3F 5B 0 47 3B E 15D 45 37
Octal 334 77 133 0 107 73 16 535 105 67
Binary 11011100 111111 1011011 0 1000111 111011 1110 101011101 1000101 110111

Color Harmonies of #DC3F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F5B

Black with #DC3F5B

Text Example


Text Example

White with #DC3F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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