Html Css Color HEX #DC3F6A Cerise

📋 copy color: '#DC3F6A'

red 220 ◦ green 63 ◦ blue 106

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

Shades of Cerise #DC3F6A

Tints of Cerise #DC3F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 56.56%
G = 16.2%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC3F6A (or 0xDC3F6A) is known color: Cerise. HEX triplet: DC, 3F and 6A. RGB value is (220,63,106). Sum of RGB (Red+Green+Blue) = 220+63+106=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F6A is #23C095. Grayscale: #727272. Windows color (decimal): -2343062 or 6963164. OLE color: 6963164.

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

Color convert

RGB 220 63 106 -
CMYK 0 0.71 0.52 0.14
HSL 343.57º 0.69% 0.55% -
HSV(B) 343.57º 0.71% 0.86% -
XYZ 33.89 19.81 15.67 -
YUV 114.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 220 63 106 0 0.71 0.52 0.14 343.57 0.69 0.55
Hex DC 3F 6A 0 47 34 E 158 45 37
Octal 334 77 152 0 107 64 16 530 105 67
Binary 11011100 111111 1101010 0 1000111 110100 1110 101011000 1000101 110111

Color Harmonies of #DC3F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F6A

Black with #DC3F6A

Text Example


Text Example

White with #DC3F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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