Html Css Color HEX #DE285D Cerise

📋 copy color: '#DE285D'

red 222 ◦ green 40 ◦ blue 93

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

Shades of Cerise #DE285D

Tints of Cerise #DE285D

RGB

 RED value IS 222 (87.11% from 255) = 62.54%

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

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

R = 62.54%
G = 11.27%
B = 26.2%

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

#DE285D (or 0xDE285D) is known color: Cerise. HEX triplet: DE, 28 and 5D. RGB value is (222,40,93). Sum of RGB (Red+Green+Blue) = 222+40+93=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE285D is #21D7A2. Grayscale: #646464. Windows color (decimal): -2217891 or 6105310. OLE color: 6105310.

HSL color Cylindrical-coordinate representation of color #DE285D: hue angle of 342.53º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE285D is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 40 93 -
CMYK 0 0.82 0.58 0.13
HSL 342.53º 0.73% 0.51% -
HSV(B) 342.53º 0.82% 0.87% -
XYZ 32.86 17.84 12.07 -
YUV 100.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 222 40 93 0 0.82 0.58 0.13 342.53 0.73 0.51
Hex DE 28 5D 0 52 3A D 157 49 33
Octal 336 50 135 0 122 72 15 527 111 63
Binary 11011110 101000 1011101 0 1010010 111010 1101 101010111 1001001 110011

Color Harmonies of #DE285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE285D

Black with #DE285D

Text Example


Text Example

White with #DE285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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