Html Css Color HEX #DD75BE Persian Pink

📋 copy color: '#DD75BE'

red 221 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #DD75BE

Tints of Persian Pink #DD75BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.98%

R = 41.86%
G = 22.16%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD75BE (or 0xDD75BE) is known color: Persian Pink. HEX triplet: DD, 75 and BE. RGB value is (221,117,190). Sum of RGB (Red+Green+Blue) = 221+117+190=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75BE is #228A41. Grayscale: #9C9C9C. Windows color (decimal): -2263618 or 12482013. OLE color: 12482013.

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

Color convert

RGB 221 117 190 -
CMYK 0 0.47 0.14 0.13
HSL 317.88º 0.6% 0.66% -
HSV(B) 317.88º 0.47% 0.87% -
XYZ 45.47 31.81 52.46 -
YUV 156.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 221 117 190 0 0.47 0.14 0.13 317.88 0.6 0.66
Hex DD 75 BE 0 2F E D 13E 3C 42
Octal 335 165 276 0 57 16 15 476 74 102
Binary 11011101 1110101 10111110 0 101111 1110 1101 100111110 111100 1000010

Color Harmonies of #DD75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75BE

Black with #DD75BE

Text Example


Text Example

White with #DD75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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