Html Css Color HEX #DE4A8C Dark Pink

📋 copy color: '#DE4A8C'

red 222 ◦ green 74 ◦ blue 140

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

Shades of Dark Pink #DE4A8C

Tints of Dark Pink #DE4A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.11%

R = 50.92%
G = 16.97%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE4A8C (or 0xDE4A8C) is known color: Dark Pink. HEX triplet: DE, 4A and 8C. RGB value is (222,74,140). Sum of RGB (Red+Green+Blue) = 222+74+140=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4A8C is #21B573. Grayscale: #7D7D7D. Windows color (decimal): -2209140 or 9194206. OLE color: 9194206.

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

Color convert

RGB 222 74 140 -
CMYK 0 0.67 0.37 0.13
HSL 333.24º 0.69% 0.58% -
HSV(B) 333.24º 0.67% 0.87% -
XYZ 37.31 22.32 27.15 -
YUV 125.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 222 74 140 0 0.67 0.37 0.13 333.24 0.69 0.58
Hex DE 4A 8C 0 43 25 D 14D 45 3A
Octal 336 112 214 0 103 45 15 515 105 72
Binary 11011110 1001010 10001100 0 1000011 100101 1101 101001101 1000101 111010

Color Harmonies of #DE4A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4A8C

Black with #DE4A8C

Text Example


Text Example

White with #DE4A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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