Html Css Color HEX #DD68B4 Hot Pink

📋 copy color: '#DD68B4'

red 221 ◦ green 104 ◦ blue 180

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

Shades of Hot Pink #DD68B4

Tints of Hot Pink #DD68B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.64%

R = 43.76%
G = 20.59%
B = 35.64%

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

#DD68B4 (or 0xDD68B4) is known color: Hot Pink. HEX triplet: DD, 68 and B4. RGB value is (221,104,180). Sum of RGB (Red+Green+Blue) = 221+104+180=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68B4 is #22974B. Grayscale: #939393. Windows color (decimal): -2266956 or 11823325. OLE color: 11823325.

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

Color convert

RGB 221 104 180 -
CMYK 0 0.53 0.19 0.13
HSL 321.03º 0.63% 0.64% -
HSV(B) 321.03º 0.53% 0.87% -
XYZ 43.01 28.57 46.43 -
YUV 147.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 221 104 180 0 0.53 0.19 0.13 321.03 0.63 0.64
Hex DD 68 B4 0 35 13 D 141 3F 40
Octal 335 150 264 0 65 23 15 501 77 100
Binary 11011101 1101000 10110100 0 110101 10011 1101 101000001 111111 1000000

Color Harmonies of #DD68B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68B4

Black with #DD68B4

Text Example


Text Example

White with #DD68B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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