Html Css Color HEX #DC265C Cerise

📋 copy color: '#DC265C'

red 220 ◦ green 38 ◦ blue 92

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

Shades of Cerise #DC265C

Tints of Cerise #DC265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 62.86%
G = 10.86%
B = 26.29%

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

#DC265C (or 0xDC265C) is known color: Cerise. HEX triplet: DC, 26 and 5C. RGB value is (220,38,92). Sum of RGB (Red+Green+Blue) = 220+38+92=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC265C is #23D9A3. Grayscale: #626262. Windows color (decimal): -2349476 or 6039260. OLE color: 6039260.

HSL color Cylindrical-coordinate representation of color #DC265C: hue angle of 342.2º 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 #DC265C is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 38 92 -
CMYK 0 0.83 0.58 0.14
HSL 342.2º 0.72% 0.51% -
HSV(B) 342.2º 0.83% 0.86% -
XYZ 32.14 17.37 11.78 -
YUV 98.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 220 38 92 0 0.83 0.58 0.14 342.2 0.72 0.51
Hex DC 26 5C 0 53 3A E 156 48 33
Octal 334 46 134 0 123 72 16 526 110 63
Binary 11011100 100110 1011100 0 1010011 111010 1110 101010110 1001000 110011

Color Harmonies of #DC265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC265C

Black with #DC265C

Text Example


Text Example

White with #DC265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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