Html Css Color HEX #DF295B Cerise

📋 copy color: '#DF295B'

red 223 ◦ green 41 ◦ blue 91

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

Shades of Cerise #DF295B

Tints of Cerise #DF295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.55%

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

R = 62.82%
G = 11.55%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF295B (or 0xDF295B) is known color: Cerise. HEX triplet: DF, 29 and 5B. RGB value is (223,41,91). Sum of RGB (Red+Green+Blue) = 223+41+91=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF295B is #20D6A4. Grayscale: #656565. Windows color (decimal): -2152101 or 5974495. OLE color: 5974495.

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

Color convert

RGB 223 41 91 -
CMYK 0 0.82 0.59 0.13
HSL 343.52º 0.74% 0.52% -
HSV(B) 343.52º 0.82% 0.87% -
XYZ 33.11 18.03 11.63 -
YUV 101.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 223 41 91 0 0.82 0.59 0.13 343.52 0.74 0.52
Hex DF 29 5B 0 52 3B D 158 4A 34
Octal 337 51 133 0 122 73 15 530 112 64
Binary 11011111 101001 1011011 0 1010010 111011 1101 101011000 1001010 110100

Color Harmonies of #DF295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF295B

Black with #DF295B

Text Example


Text Example

White with #DF295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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