Html Css Color HEX #DE4A8A Dark Pink

📋 copy color: '#DE4A8A'

red 222 ◦ green 74 ◦ blue 138

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

Shades of Dark Pink #DE4A8A

Tints of Dark Pink #DE4A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.05%

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 51.15%
G = 17.05%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE4A8A (or 0xDE4A8A) is known color: Dark Pink. HEX triplet: DE, 4A and 8A. RGB value is (222,74,138). Sum of RGB (Red+Green+Blue) = 222+74+138=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4A8A is #21B575. Grayscale: #7D7D7D. Windows color (decimal): -2209142 or 9063134. OLE color: 9063134.

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

Color convert

RGB 222 74 138 -
CMYK 0 0.67 0.38 0.13
HSL 334.05º 0.69% 0.58% -
HSV(B) 334.05º 0.67% 0.87% -
XYZ 37.16 22.26 26.38 -
YUV 125.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 222 74 138 0 0.67 0.38 0.13 334.05 0.69 0.58
Hex DE 4A 8A 0 43 26 D 14E 45 3A
Octal 336 112 212 0 103 46 15 516 105 72
Binary 11011110 1001010 10001010 0 1000011 100110 1101 101001110 1000101 111010

Color Harmonies of #DE4A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4A8A

Black with #DE4A8A

Text Example


Text Example

White with #DE4A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4A8A; }

 p { color: rgb(222,74,138); }

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

background-color css

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

 a { background-color: rgb(222,74,138); }

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

border-color css

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

 span { border-color: rgb(222,74,138); }

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