Html Css Color HEX #DC266B Cerise

📋 copy color: '#DC266B'

red 220 ◦ green 38 ◦ blue 107

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

Shades of Cerise #DC266B

Tints of Cerise #DC266B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 60.27%
G = 10.41%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC266B (or 0xDC266B) is known color: Cerise. HEX triplet: DC, 26 and 6B. RGB value is (220,38,107). Sum of RGB (Red+Green+Blue) = 220+38+107=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC266B is #23D994. Grayscale: #646464. Windows color (decimal): -2349461 or 7022300. OLE color: 7022300.

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

Color convert

RGB 220 38 107 -
CMYK 0 0.83 0.51 0.14
HSL 337.25º 0.72% 0.51% -
HSV(B) 337.25º 0.83% 0.86% -
XYZ 32.86 17.66 15.59 -
YUV 100.28 131.8 213.39 -
System Red Green Blue C M Y K H S L
Decimal 220 38 107 0 0.83 0.51 0.14 337.25 0.72 0.51
Hex DC 26 6B 0 53 33 E 151 48 33
Octal 334 46 153 0 123 63 16 521 110 63
Binary 11011100 100110 1101011 0 1010011 110011 1110 101010001 1001000 110011

Color Harmonies of #DC266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC266B

Black with #DC266B

Text Example


Text Example

White with #DC266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC266B; }

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

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

background-color css

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

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

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

border-color css

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

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

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