Html Css Color HEX #DD68B3 Hot Pink

📋 copy color: '#DD68B3'

red 221 ◦ green 104 ◦ blue 179

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

Shades of Hot Pink #DD68B3

Tints of Hot Pink #DD68B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 43.85%
G = 20.63%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD68B3 (or 0xDD68B3) is known color: Hot Pink. HEX triplet: DD, 68 and B3. RGB value is (221,104,179). Sum of RGB (Red+Green+Blue) = 221+104+179=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68B3 is #22974C. Grayscale: #939393. Windows color (decimal): -2266957 or 11757789. OLE color: 11757789.

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

Color convert

RGB 221 104 179 -
CMYK 0 0.53 0.19 0.13
HSL 321.54º 0.63% 0.64% -
HSV(B) 321.54º 0.53% 0.87% -
XYZ 42.91 28.53 45.89 -
YUV 147.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 221 104 179 0 0.53 0.19 0.13 321.54 0.63 0.64
Hex DD 68 B3 0 35 13 D 142 3F 40
Octal 335 150 263 0 65 23 15 502 77 100
Binary 11011101 1101000 10110011 0 110101 10011 1101 101000010 111111 1000000

Color Harmonies of #DD68B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68B3

Black with #DD68B3

Text Example


Text Example

White with #DD68B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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