Html Css Color HEX #DC2C6A Cerise

📋 copy color: '#DC2C6A'

red 220 ◦ green 44 ◦ blue 106

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

Shades of Cerise #DC2C6A

Tints of Cerise #DC2C6A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

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

R = 59.46%
G = 11.89%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC2C6A (or 0xDC2C6A) is known color: Cerise. HEX triplet: DC, 2C and 6A. RGB value is (220,44,106). Sum of RGB (Red+Green+Blue) = 220+44+106=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C6A is #23D395. Grayscale: #676767. Windows color (decimal): -2347926 or 6958300. OLE color: 6958300.

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

Color convert

RGB 220 44 106 -
CMYK 0 0.8 0.52 0.14
HSL 338.86º 0.72% 0.52% -
HSV(B) 338.86º 0.8% 0.86% -
XYZ 33.02 18.06 15.38 -
YUV 103.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 220 44 106 0 0.8 0.52 0.14 338.86 0.72 0.52
Hex DC 2C 6A 0 50 34 E 153 48 34
Octal 334 54 152 0 120 64 16 523 110 64
Binary 11011100 101100 1101010 0 1010000 110100 1110 101010011 1001000 110100

Color Harmonies of #DC2C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C6A

Black with #DC2C6A

Text Example


Text Example

White with #DC2C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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