Html Css Color HEX #DF285A Cerise

📋 copy color: '#DF285A'

red 223 ◦ green 40 ◦ blue 90

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

Shades of Cerise #DF285A

Tints of Cerise #DF285A

RGB

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

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

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

R = 63.17%
G = 11.33%
B = 25.5%

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

#DF285A (or 0xDF285A) is known color: Cerise. HEX triplet: DF, 28 and 5A. RGB value is (223,40,90). Sum of RGB (Red+Green+Blue) = 223+40+90=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF285A is #20D7A5. Grayscale: #646464. Windows color (decimal): -2152358 or 5908703. OLE color: 5908703.

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

Color convert

RGB 223 40 90 -
CMYK 0 0.82 0.60 0.13
HSL 343.61º 0.74% 0.52% -
HSV(B) 343.61º 0.82% 0.87% -
XYZ 33.04 17.94 11.4 -
YUV 100.42 122.13 215.43 -
System Red Green Blue C M Y K H S L
Decimal 223 40 90 0 0.82 0.60 0.13 343.61 0.74 0.52
Hex DF 28 5A 0 52 3C D 158 4A 34
Octal 337 50 132 0 122 74 15 530 112 64
Binary 11011111 101000 1011010 0 1010010 111100 1101 101011000 1001010 110100

Color Harmonies of #DF285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF285A

Black with #DF285A

Text Example


Text Example

White with #DF285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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