Html Css Color HEX #DC265F Cerise

📋 copy color: '#DC265F'

red 220 ◦ green 38 ◦ blue 95

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

Shades of Cerise #DC265F

Tints of Cerise #DC265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 62.32%
G = 10.76%
B = 26.91%

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

#DC265F (or 0xDC265F) is known color: Cerise. HEX triplet: DC, 26 and 5F. RGB value is (220,38,95). Sum of RGB (Red+Green+Blue) = 220+38+95=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC265F is #23D9A0. Grayscale: #626262. Windows color (decimal): -2349473 or 6235868. OLE color: 6235868.

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

Color convert

RGB 220 38 95 -
CMYK 0 0.83 0.57 0.14
HSL 341.21º 0.72% 0.51% -
HSV(B) 341.21º 0.83% 0.86% -
XYZ 32.27 17.43 12.49 -
YUV 98.92 125.8 214.37 -
System Red Green Blue C M Y K H S L
Decimal 220 38 95 0 0.83 0.57 0.14 341.21 0.72 0.51
Hex DC 26 5F 0 53 39 E 155 48 33
Octal 334 46 137 0 123 71 16 525 110 63
Binary 11011100 100110 1011111 0 1010011 111001 1110 101010101 1001000 110011

Color Harmonies of #DC265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC265F

Black with #DC265F

Text Example


Text Example

White with #DC265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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