Html Css Color HEX #DF285D Cerise

📋 copy color: '#DF285D'

red 223 ◦ green 40 ◦ blue 93

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

Shades of Cerise #DF285D

Tints of Cerise #DF285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 62.64%
G = 11.24%
B = 26.12%

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

#DF285D (or 0xDF285D) is known color: Cerise. HEX triplet: DF, 28 and 5D. RGB value is (223,40,93). Sum of RGB (Red+Green+Blue) = 223+40+93=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF285D is #20D7A2. Grayscale: #646464. Windows color (decimal): -2152355 or 6105311. OLE color: 6105311.

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

Color convert

RGB 223 40 93 -
CMYK 0 0.82 0.58 0.13
HSL 342.62º 0.74% 0.52% -
HSV(B) 342.62º 0.82% 0.87% -
XYZ 33.17 18 12.08 -
YUV 100.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 223 40 93 0 0.82 0.58 0.13 342.62 0.74 0.52
Hex DF 28 5D 0 52 3A D 157 4A 34
Octal 337 50 135 0 122 72 15 527 112 64
Binary 11011111 101000 1011101 0 1010010 111010 1101 101010111 1001010 110100

Color Harmonies of #DF285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF285D

Black with #DF285D

Text Example


Text Example

White with #DF285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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