Html Css Color HEX #DD68AE Hot Pink

📋 copy color: '#DD68AE'

red 221 ◦ green 104 ◦ blue 174

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

Shades of Hot Pink #DD68AE

Tints of Hot Pink #DD68AE

RGB

 RED value IS 221 (86.72% from 255) = 44.29%

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

 BLUE value IS 174 (68.36% from 255) = 34.87%

R = 44.29%
G = 20.84%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD68AE (or 0xDD68AE) is known color: Hot Pink. HEX triplet: DD, 68 and AE. RGB value is (221,104,174). Sum of RGB (Red+Green+Blue) = 221+104+174=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68AE is #229751. Grayscale: #929292. Windows color (decimal): -2266962 or 11430109. OLE color: 11430109.

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

Color convert

RGB 221 104 174 -
CMYK 0 0.53 0.21 0.13
HSL 324.1º 0.63% 0.64% -
HSV(B) 324.1º 0.53% 0.87% -
XYZ 42.41 28.33 43.28 -
YUV 146.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 221 104 174 0 0.53 0.21 0.13 324.1 0.63 0.64
Hex DD 68 AE 0 35 15 D 144 3F 40
Octal 335 150 256 0 65 25 15 504 77 100
Binary 11011101 1101000 10101110 0 110101 10101 1101 101000100 111111 1000000

Color Harmonies of #DD68AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68AE

Black with #DD68AE

Text Example


Text Example

White with #DD68AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68AE; }

 p { color: rgb(221,104,174); }

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

background-color css

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

 a { background-color: rgb(221,104,174); }

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

border-color css

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

 span { border-color: rgb(221,104,174); }

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