Html Css Color HEX #DD75A8 Pale Violet Red

📋 copy color: '#DD75A8'

red 221 ◦ green 117 ◦ blue 168

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

Shades of Pale Violet Red #DD75A8

Tints of Pale Violet Red #DD75A8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.12%

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 43.68%
G = 23.12%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD75A8 (or 0xDD75A8) is known color: Pale Violet Red. HEX triplet: DD, 75 and A8. RGB value is (221,117,168). Sum of RGB (Red+Green+Blue) = 221+117+168=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD75A8 is #228A57. Grayscale: #999999. Windows color (decimal): -2263640 or 11040221. OLE color: 11040221.

HSL color Cylindrical-coordinate representation of color #DD75A8: hue angle of 330.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75A8 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 168 -
CMYK 0 0.47 0.24 0.13
HSL 330.58º 0.6% 0.66% -
HSV(B) 330.58º 0.47% 0.87% -
XYZ 43.25 30.92 40.73 -
YUV 153.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 221 117 168 0 0.47 0.24 0.13 330.58 0.6 0.66
Hex DD 75 A8 0 2F 18 D 14B 3C 42
Octal 335 165 250 0 57 30 15 513 74 102
Binary 11011101 1110101 10101000 0 101111 11000 1101 101001011 111100 1000010

Color Harmonies of #DD75A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75A8

Black with #DD75A8

Text Example


Text Example

White with #DD75A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75A8; }

 p { color: rgb(221,117,168); }

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

background-color css

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

 a { background-color: rgb(221,117,168); }

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

border-color css

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

 span { border-color: rgb(221,117,168); }

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