Html Css Color HEX #DD78AF Persian Pink

📋 copy color: '#DD78AF'

red 221 ◦ green 120 ◦ blue 175

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

Shades of Persian Pink #DD78AF

Tints of Persian Pink #DD78AF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.26%

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 42.83%
G = 23.26%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD78AF (or 0xDD78AF) is known color: Persian Pink. HEX triplet: DD, 78 and AF. RGB value is (221,120,175). Sum of RGB (Red+Green+Blue) = 221+120+175=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD78AF is #228750. Grayscale: #9C9C9C. Windows color (decimal): -2262865 or 11499741. OLE color: 11499741.

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

Color convert

RGB 221 120 175 -
CMYK 0 0.46 0.21 0.13
HSL 327.33º 0.6% 0.67% -
HSV(B) 327.33º 0.46% 0.87% -
XYZ 44.27 31.9 44.38 -
YUV 156.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 221 120 175 0 0.46 0.21 0.13 327.33 0.6 0.67
Hex DD 78 AF 0 2E 15 D 147 3C 43
Octal 335 170 257 0 56 25 15 507 74 103
Binary 11011101 1111000 10101111 0 101110 10101 1101 101000111 111100 1000011

Color Harmonies of #DD78AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78AF

Black with #DD78AF

Text Example


Text Example

White with #DD78AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78AF; }

 p { color: rgb(221,120,175); }

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

background-color css

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

 a { background-color: rgb(221,120,175); }

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

border-color css

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

 span { border-color: rgb(221,120,175); }

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