Html Css Color HEX #DC265B Cerise

📋 copy color: '#DC265B'

red 220 ◦ green 38 ◦ blue 91

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

Shades of Cerise #DC265B

Tints of Cerise #DC265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 63.04%
G = 10.89%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC265B (or 0xDC265B) is known color: Cerise. HEX triplet: DC, 26 and 5B. RGB value is (220,38,91). Sum of RGB (Red+Green+Blue) = 220+38+91=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC265B is #23D9A4. Grayscale: #626262. Windows color (decimal): -2349477 or 5973724. OLE color: 5973724.

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

Color convert

RGB 220 38 91 -
CMYK 0 0.83 0.59 0.14
HSL 342.53º 0.72% 0.51% -
HSV(B) 342.53º 0.83% 0.86% -
XYZ 32.1 17.36 11.56 -
YUV 98.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 220 38 91 0 0.83 0.59 0.14 342.53 0.72 0.51
Hex DC 26 5B 0 53 3B E 157 48 33
Octal 334 46 133 0 123 73 16 527 110 63
Binary 11011100 100110 1011011 0 1010011 111011 1110 101010111 1001000 110011

Color Harmonies of #DC265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC265B

Black with #DC265B

Text Example


Text Example

White with #DC265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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