Html Css Color HEX #DF285B Cerise

📋 copy color: '#DF285B'

red 223 ◦ green 40 ◦ blue 91

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

Shades of Cerise #DF285B

Tints of Cerise #DF285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

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

R = 62.99%
G = 11.3%
B = 25.71%

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

#DF285B (or 0xDF285B) is known color: Cerise. HEX triplet: DF, 28 and 5B. RGB value is (223,40,91). Sum of RGB (Red+Green+Blue) = 223+40+91=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF285B is #20D7A4. Grayscale: #646464. Windows color (decimal): -2152357 or 5974239. OLE color: 5974239.

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

Color convert

RGB 223 40 91 -
CMYK 0 0.82 0.59 0.13
HSL 343.28º 0.74% 0.52% -
HSV(B) 343.28º 0.82% 0.87% -
XYZ 33.08 17.96 11.62 -
YUV 100.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 223 40 91 0 0.82 0.59 0.13 343.28 0.74 0.52
Hex DF 28 5B 0 52 3B D 157 4A 34
Octal 337 50 133 0 122 73 15 527 112 64
Binary 11011111 101000 1011011 0 1010010 111011 1101 101010111 1001010 110100

Color Harmonies of #DF285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF285B

Black with #DF285B

Text Example


Text Example

White with #DF285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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