Html Css Color HEX #DF266B Cerise

📋 copy color: '#DF266B'

red 223 ◦ green 38 ◦ blue 107

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

Shades of Cerise #DF266B

Tints of Cerise #DF266B

RGB

 RED value IS 223 (87.5% from 255) = 60.6%

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

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

R = 60.6%
G = 10.33%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF266B (or 0xDF266B) is known color: Cerise. HEX triplet: DF, 26 and 6B. RGB value is (223,38,107). Sum of RGB (Red+Green+Blue) = 223+38+107=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF266B is #20D994. Grayscale: #656565. Windows color (decimal): -2152853 or 7022303. OLE color: 7022303.

HSL color Cylindrical-coordinate representation of color #DF266B: hue angle of 337.62º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF266B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 38 107 -
CMYK 0 0.83 0.52 0.13
HSL 337.62º 0.74% 0.51% -
HSV(B) 337.62º 0.83% 0.87% -
XYZ 33.78 18.14 15.63 -
YUV 101.18 131.29 214.89 -
System Red Green Blue C M Y K H S L
Decimal 223 38 107 0 0.83 0.52 0.13 337.62 0.74 0.51
Hex DF 26 6B 0 53 34 D 152 4A 33
Octal 337 46 153 0 123 64 15 522 112 63
Binary 11011111 100110 1101011 0 1010011 110100 1101 101010010 1001010 110011

Color Harmonies of #DF266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF266B

Black with #DF266B

Text Example


Text Example

White with #DF266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF266B; }

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

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

background-color css

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

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

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

border-color css

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

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

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