Html Css Color HEX #DC265A Cerise

📋 copy color: '#DC265A'

red 220 ◦ green 38 ◦ blue 90

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

Shades of Cerise #DC265A

Tints of Cerise #DC265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 63.22%
G = 10.92%
B = 25.86%

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

#DC265A (or 0xDC265A) is known color: Cerise. HEX triplet: DC, 26 and 5A. RGB value is (220,38,90). Sum of RGB (Red+Green+Blue) = 220+38+90=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC265A is #23D9A5. Grayscale: #626262. Windows color (decimal): -2349478 or 5908188. OLE color: 5908188.

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

Color convert

RGB 220 38 90 -
CMYK 0 0.83 0.59 0.14
HSL 342.86º 0.72% 0.51% -
HSV(B) 342.86º 0.83% 0.86% -
XYZ 32.05 17.34 11.33 -
YUV 98.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 220 38 90 0 0.83 0.59 0.14 342.86 0.72 0.51
Hex DC 26 5A 0 53 3B E 157 48 33
Octal 334 46 132 0 123 73 16 527 110 63
Binary 11011100 100110 1011010 0 1010011 111011 1110 101010111 1001000 110011

Color Harmonies of #DC265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC265A

Black with #DC265A

Text Example


Text Example

White with #DC265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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