Html Css Color HEX #DE68B1 Hot Pink

📋 copy color: '#DE68B1'

red 222 ◦ green 104 ◦ blue 177

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

Shades of Hot Pink #DE68B1

Tints of Hot Pink #DE68B1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.68%

 BLUE value IS 177 (69.53% from 255) = 35.19%

R = 44.14%
G = 20.68%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE68B1 (or 0xDE68B1) is known color: Hot Pink. HEX triplet: DE, 68 and B1. RGB value is (222,104,177). Sum of RGB (Red+Green+Blue) = 222+104+177=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE68B1 is #21974E. Grayscale: #939393. Windows color (decimal): -2201423 or 11626718. OLE color: 11626718.

HSL color Cylindrical-coordinate representation of color #DE68B1: hue angle of 322.88º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE68B1 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 104 177 -
CMYK 0 0.53 0.20 0.13
HSL 322.88º 0.64% 0.64% -
HSV(B) 322.88º 0.53% 0.87% -
XYZ 43.01 28.6 44.85 -
YUV 147.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 222 104 177 0 0.53 0.20 0.13 322.88 0.64 0.64
Hex DE 68 B1 0 35 14 D 143 40 40
Octal 336 150 261 0 65 24 15 503 100 100
Binary 11011110 1101000 10110001 0 110101 10100 1101 101000011 1000000 1000000

Color Harmonies of #DE68B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68B1

Black with #DE68B1

Text Example


Text Example

White with #DE68B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68B1; }

 p { color: rgb(222,104,177); }

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

background-color css

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

 a { background-color: rgb(222,104,177); }

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

border-color css

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

 span { border-color: rgb(222,104,177); }

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