Html Css Color HEX #DC275F Cerise

📋 copy color: '#DC275F'

red 220 ◦ green 39 ◦ blue 95

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

Shades of Cerise #DC275F

Tints of Cerise #DC275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.02%

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 62.15%
G = 11.02%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC275F (or 0xDC275F) is known color: Cerise. HEX triplet: DC, 27 and 5F. RGB value is (220,39,95). Sum of RGB (Red+Green+Blue) = 220+39+95=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC275F is #23D8A0. Grayscale: #636363. Windows color (decimal): -2349217 or 6236124. OLE color: 6236124.

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

Color convert

RGB 220 39 95 -
CMYK 0 0.82 0.57 0.14
HSL 341.44º 0.72% 0.51% -
HSV(B) 341.44º 0.82% 0.86% -
XYZ 32.31 17.49 12.5 -
YUV 99.5 125.47 213.95 -
System Red Green Blue C M Y K H S L
Decimal 220 39 95 0 0.82 0.57 0.14 341.44 0.72 0.51
Hex DC 27 5F 0 52 39 E 155 48 33
Octal 334 47 137 0 122 71 16 525 110 63
Binary 11011100 100111 1011111 0 1010010 111001 1110 101010101 1001000 110011

Color Harmonies of #DC275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC275F

Black with #DC275F

Text Example


Text Example

White with #DC275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC275F; }

 p { color: rgb(220,39,95); }

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

background-color css

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

 a { background-color: rgb(220,39,95); }

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

border-color css

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

 span { border-color: rgb(220,39,95); }

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