Html Css Color HEX #DC3D6F Cerise

📋 copy color: '#DC3D6F'

red 220 ◦ green 61 ◦ blue 111

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

Shades of Cerise #DC3D6F

Tints of Cerise #DC3D6F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.56%

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 56.12%
G = 15.56%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC3D6F (or 0xDC3D6F) is known color: Cerise. HEX triplet: DC, 3D and 6F. RGB value is (220,61,111). Sum of RGB (Red+Green+Blue) = 220+61+111=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D6F is #23C290. Grayscale: #727272. Windows color (decimal): -2343569 or 7290332. OLE color: 7290332.

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

Color convert

RGB 220 61 111 -
CMYK 0 0.72 0.50 0.14
HSL 341.13º 0.69% 0.55% -
HSV(B) 341.13º 0.72% 0.86% -
XYZ 34.05 19.7 17.05 -
YUV 114.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 220 61 111 0 0.72 0.50 0.14 341.13 0.69 0.55
Hex DC 3D 6F 0 48 32 E 155 45 37
Octal 334 75 157 0 110 62 16 525 105 67
Binary 11011100 111101 1101111 0 1001000 110010 1110 101010101 1000101 110111

Color Harmonies of #DC3D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D6F

Black with #DC3D6F

Text Example


Text Example

White with #DC3D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D6F; }

 p { color: rgb(220,61,111); }

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

background-color css

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

 a { background-color: rgb(220,61,111); }

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

border-color css

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

 span { border-color: rgb(220,61,111); }

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