Html Css Color HEX #DE5382 Dark Pink

📋 copy color: '#DE5382'

red 222 ◦ green 83 ◦ blue 130

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

Shades of Dark Pink #DE5382

Tints of Dark Pink #DE5382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.08%

 BLUE value IS 130 (51.17% from 255) = 29.89%

R = 51.03%
G = 19.08%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE5382 (or 0xDE5382) is known color: Dark Pink. HEX triplet: DE, 53 and 82. RGB value is (222,83,130). Sum of RGB (Red+Green+Blue) = 222+83+130=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5382 is #21AC7D. Grayscale: #818181. Windows color (decimal): -2206846 or 8541150. OLE color: 8541150.

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

Color convert

RGB 222 83 130 -
CMYK 0 0.63 0.41 0.13
HSL 339.71º 0.68% 0.6% -
HSV(B) 339.71º 0.63% 0.87% -
XYZ 37.25 23.33 23.66 -
YUV 129.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 222 83 130 0 0.63 0.41 0.13 339.71 0.68 0.6
Hex DE 53 82 0 3F 29 D 154 44 3C
Octal 336 123 202 0 77 51 15 524 104 74
Binary 11011110 1010011 10000010 0 111111 101001 1101 101010100 1000100 111100

Color Harmonies of #DE5382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5382

Black with #DE5382

Text Example


Text Example

White with #DE5382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5382; }

 p { color: rgb(222,83,130); }

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

background-color css

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

 a { background-color: rgb(222,83,130); }

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

border-color css

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

 span { border-color: rgb(222,83,130); }

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