Html Css Color HEX #DC265E Cerise

📋 copy color: '#DC265E'

red 220 ◦ green 38 ◦ blue 94

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

Shades of Cerise #DC265E

Tints of Cerise #DC265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 62.5%
G = 10.8%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC265E (or 0xDC265E) is known color: Cerise. HEX triplet: DC, 26 and 5E. RGB value is (220,38,94). Sum of RGB (Red+Green+Blue) = 220+38+94=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC265E is #23D9A1. Grayscale: #626262. Windows color (decimal): -2349474 or 6170332. OLE color: 6170332.

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

Color convert

RGB 220 38 94 -
CMYK 0 0.83 0.57 0.14
HSL 341.54º 0.72% 0.51% -
HSV(B) 341.54º 0.83% 0.86% -
XYZ 32.23 17.41 12.25 -
YUV 98.8 125.3 214.45 -
System Red Green Blue C M Y K H S L
Decimal 220 38 94 0 0.83 0.57 0.14 341.54 0.72 0.51
Hex DC 26 5E 0 53 39 E 156 48 33
Octal 334 46 136 0 123 71 16 526 110 63
Binary 11011100 100110 1011110 0 1010011 111001 1110 101010110 1001000 110011

Color Harmonies of #DC265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC265E

Black with #DC265E

Text Example


Text Example

White with #DC265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC265E; }

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

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

background-color css

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

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

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

border-color css

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

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

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