Html Css Color HEX #DF295E Cerise

📋 copy color: '#DF295E'

red 223 ◦ green 41 ◦ blue 94

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

Shades of Cerise #DF295E

Tints of Cerise #DF295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 62.29%
G = 11.45%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF295E (or 0xDF295E) is known color: Cerise. HEX triplet: DF, 29 and 5E. RGB value is (223,41,94). Sum of RGB (Red+Green+Blue) = 223+41+94=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF295E is #20D6A1. Grayscale: #656565. Windows color (decimal): -2152098 or 6171103. OLE color: 6171103.

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

Color convert

RGB 223 41 94 -
CMYK 0 0.82 0.58 0.13
HSL 342.53º 0.74% 0.52% -
HSV(B) 342.53º 0.82% 0.87% -
XYZ 33.24 18.08 12.33 -
YUV 101.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 223 41 94 0 0.82 0.58 0.13 342.53 0.74 0.52
Hex DF 29 5E 0 52 3A D 157 4A 34
Octal 337 51 136 0 122 72 15 527 112 64
Binary 11011111 101001 1011110 0 1010010 111010 1101 101010111 1001010 110100

Color Harmonies of #DF295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF295E

Black with #DF295E

Text Example


Text Example

White with #DF295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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