Html Css Color HEX #DF265B Cerise

📋 copy color: '#DF265B'

red 223 ◦ green 38 ◦ blue 91

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

Shades of Cerise #DF265B

Tints of Cerise #DF265B

RGB

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

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

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

R = 63.35%
G = 10.8%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF265B (or 0xDF265B) is known color: Cerise. HEX triplet: DF, 26 and 5B. RGB value is (223,38,91). Sum of RGB (Red+Green+Blue) = 223+38+91=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF265B is #20D9A4. Grayscale: #636363. Windows color (decimal): -2152869 or 5973727. OLE color: 5973727.

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

Color convert

RGB 223 38 91 -
CMYK 0 0.83 0.59 0.13
HSL 342.81º 0.74% 0.51% -
HSV(B) 342.81º 0.83% 0.87% -
XYZ 33.01 17.83 11.6 -
YUV 99.36 123.29 216.19 -
System Red Green Blue C M Y K H S L
Decimal 223 38 91 0 0.83 0.59 0.13 342.81 0.74 0.51
Hex DF 26 5B 0 53 3B D 157 4A 33
Octal 337 46 133 0 123 73 15 527 112 63
Binary 11011111 100110 1011011 0 1010011 111011 1101 101010111 1001010 110011

Color Harmonies of #DF265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF265B

Black with #DF265B

Text Example


Text Example

White with #DF265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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