Html Css Color HEX #DC2E6D Cerise

📋 copy color: '#DC2E6D'

red 220 ◦ green 46 ◦ blue 109

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

Shades of Cerise #DC2E6D

Tints of Cerise #DC2E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.27%

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 58.67%
G = 12.27%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC2E6D (or 0xDC2E6D) is known color: Cerise. HEX triplet: DC, 2E and 6D. RGB value is (220,46,109). Sum of RGB (Red+Green+Blue) = 220+46+109=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2E6D is #23D192. Grayscale: #696969. Windows color (decimal): -2347411 or 7155420. OLE color: 7155420.

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

Color convert

RGB 220 46 109 -
CMYK 0 0.79 0.50 0.14
HSL 338.28º 0.71% 0.52% -
HSV(B) 338.28º 0.79% 0.86% -
XYZ 33.25 18.27 16.24 -
YUV 105.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 220 46 109 0 0.79 0.50 0.14 338.28 0.71 0.52
Hex DC 2E 6D 0 4F 32 E 152 47 34
Octal 334 56 155 0 117 62 16 522 107 64
Binary 11011100 101110 1101101 0 1001111 110010 1110 101010010 1000111 110100

Color Harmonies of #DC2E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E6D

Black with #DC2E6D

Text Example


Text Example

White with #DC2E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E6D; }

 p { color: rgb(220,46,109); }

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

background-color css

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

 a { background-color: rgb(220,46,109); }

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

border-color css

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

 span { border-color: rgb(220,46,109); }

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