Html Css Color HEX #DF295A Cerise

📋 copy color: '#DF295A'

red 223 ◦ green 41 ◦ blue 90

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

Shades of Cerise #DF295A

Tints of Cerise #DF295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 62.99%
G = 11.58%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF295A (or 0xDF295A) is known color: Cerise. HEX triplet: DF, 29 and 5A. RGB value is (223,41,90). Sum of RGB (Red+Green+Blue) = 223+41+90=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF295A is #20D6A5. Grayscale: #646464. Windows color (decimal): -2152102 or 5908959. OLE color: 5908959.

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

Color convert

RGB 223 41 90 -
CMYK 0 0.82 0.60 0.13
HSL 343.85º 0.74% 0.52% -
HSV(B) 343.85º 0.82% 0.87% -
XYZ 33.07 18.01 11.41 -
YUV 101 121.8 215.02 -
System Red Green Blue C M Y K H S L
Decimal 223 41 90 0 0.82 0.60 0.13 343.85 0.74 0.52
Hex DF 29 5A 0 52 3C D 158 4A 34
Octal 337 51 132 0 122 74 15 530 112 64
Binary 11011111 101001 1011010 0 1010010 111100 1101 101011000 1001010 110100

Color Harmonies of #DF295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF295A

Black with #DF295A

Text Example


Text Example

White with #DF295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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