Html Css Color HEX #DE5285 Dark Pink

📋 copy color: '#DE5285'

red 222 ◦ green 82 ◦ blue 133

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

Shades of Dark Pink #DE5285

Tints of Dark Pink #DE5285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.76%

 BLUE value IS 133 (52.34% from 255) = 30.43%

R = 50.8%
G = 18.76%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE5285 (or 0xDE5285) is known color: Dark Pink. HEX triplet: DE, 52 and 85. RGB value is (222,82,133). Sum of RGB (Red+Green+Blue) = 222+82+133=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5285 is #21AD7A. Grayscale: #818181. Windows color (decimal): -2207099 or 8737502. OLE color: 8737502.

HSL color Cylindrical-coordinate representation of color #DE5285: hue angle of 338.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5285 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 82 133 -
CMYK 0 0.63 0.40 0.13
HSL 338.14º 0.68% 0.6% -
HSV(B) 338.14º 0.63% 0.87% -
XYZ 37.38 23.26 24.71 -
YUV 129.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 222 82 133 0 0.63 0.40 0.13 338.14 0.68 0.6
Hex DE 52 85 0 3F 28 D 152 44 3C
Octal 336 122 205 0 77 50 15 522 104 74
Binary 11011110 1010010 10000101 0 111111 101000 1101 101010010 1000100 111100

Color Harmonies of #DE5285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5285

Black with #DE5285

Text Example


Text Example

White with #DE5285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5285; }

 p { color: rgb(222,82,133); }

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

background-color css

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

 a { background-color: rgb(222,82,133); }

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

border-color css

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

 span { border-color: rgb(222,82,133); }

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