Html Css Color HEX #DC265D Cerise

📋 copy color: '#DC265D'

red 220 ◦ green 38 ◦ blue 93

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

Shades of Cerise #DC265D

Tints of Cerise #DC265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.83%

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 62.68%
G = 10.83%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC265D (or 0xDC265D) is known color: Cerise. HEX triplet: DC, 26 and 5D. RGB value is (220,38,93). Sum of RGB (Red+Green+Blue) = 220+38+93=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC265D is #23D9A2. Grayscale: #626262. Windows color (decimal): -2349475 or 6104796. OLE color: 6104796.

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

Color convert

RGB 220 38 93 -
CMYK 0 0.83 0.58 0.14
HSL 341.87º 0.72% 0.51% -
HSV(B) 341.87º 0.83% 0.86% -
XYZ 32.18 17.39 12.02 -
YUV 98.69 124.8 214.53 -
System Red Green Blue C M Y K H S L
Decimal 220 38 93 0 0.83 0.58 0.14 341.87 0.72 0.51
Hex DC 26 5D 0 53 3A E 156 48 33
Octal 334 46 135 0 123 72 16 526 110 63
Binary 11011100 100110 1011101 0 1010011 111010 1110 101010110 1001000 110011

Color Harmonies of #DC265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC265D

Black with #DC265D

Text Example


Text Example

White with #DC265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC265D; }

 p { color: rgb(220,38,93); }

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

background-color css

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

 a { background-color: rgb(220,38,93); }

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

border-color css

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

 span { border-color: rgb(220,38,93); }

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