Html Css Color HEX #DC295A Cerise

📋 copy color: '#DC295A'

red 220 ◦ green 41 ◦ blue 90

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

Shades of Cerise #DC295A

Tints of Cerise #DC295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.68%

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 62.68%
G = 11.68%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC295A (or 0xDC295A) is known color: Cerise. HEX triplet: DC, 29 and 5A. RGB value is (220,41,90). Sum of RGB (Red+Green+Blue) = 220+41+90=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC295A is #23D6A5. Grayscale: #646464. Windows color (decimal): -2348710 or 5908956. OLE color: 5908956.

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

Color convert

RGB 220 41 90 -
CMYK 0 0.81 0.59 0.14
HSL 343.58º 0.72% 0.51% -
HSV(B) 343.58º 0.81% 0.86% -
XYZ 32.15 17.54 11.36 -
YUV 100.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 220 41 90 0 0.81 0.59 0.14 343.58 0.72 0.51
Hex DC 29 5A 0 51 3B E 158 48 33
Octal 334 51 132 0 121 73 16 530 110 63
Binary 11011100 101001 1011010 0 1010001 111011 1110 101011000 1001000 110011

Color Harmonies of #DC295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC295A

Black with #DC295A

Text Example


Text Example

White with #DC295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC295A; }

 p { color: rgb(220,41,90); }

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

background-color css

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

 a { background-color: rgb(220,41,90); }

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

border-color css

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

 span { border-color: rgb(220,41,90); }

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