Html Css Color HEX #DF295F Cerise

📋 copy color: '#DF295F'

red 223 ◦ green 41 ◦ blue 95

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

Shades of Cerise #DF295F

Tints of Cerise #DF295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.46%

R = 62.12%
G = 11.42%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF295F (or 0xDF295F) is known color: Cerise. HEX triplet: DF, 29 and 5F. RGB value is (223,41,95). Sum of RGB (Red+Green+Blue) = 223+41+95=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF295F is #20D6A0. Grayscale: #656565. Windows color (decimal): -2152097 or 6236639. OLE color: 6236639.

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

Color convert

RGB 223 41 95 -
CMYK 0 0.82 0.57 0.13
HSL 342.2º 0.74% 0.52% -
HSV(B) 342.2º 0.82% 0.87% -
XYZ 33.29 18.1 12.57 -
YUV 101.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 223 41 95 0 0.82 0.57 0.13 342.2 0.74 0.52
Hex DF 29 5F 0 52 39 D 156 4A 34
Octal 337 51 137 0 122 71 15 526 112 64
Binary 11011111 101001 1011111 0 1010010 111001 1101 101010110 1001010 110100

Color Harmonies of #DF295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF295F

Black with #DF295F

Text Example


Text Example

White with #DF295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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