Html Css Color HEX #DD74BE Persian Pink

📋 copy color: '#DD74BE'

red 221 ◦ green 116 ◦ blue 190

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

Shades of Persian Pink #DD74BE

Tints of Persian Pink #DD74BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.01%

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

R = 41.94%
G = 22.01%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD74BE (or 0xDD74BE) is known color: Persian Pink. HEX triplet: DD, 74 and BE. RGB value is (221,116,190). Sum of RGB (Red+Green+Blue) = 221+116+190=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74BE is #228B41. Grayscale: #9B9B9B. Windows color (decimal): -2263874 or 12481757. OLE color: 12481757.

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

Color convert

RGB 221 116 190 -
CMYK 0 0.48 0.14 0.13
HSL 317.71º 0.61% 0.66% -
HSV(B) 317.71º 0.48% 0.87% -
XYZ 45.36 31.58 52.42 -
YUV 155.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 221 116 190 0 0.48 0.14 0.13 317.71 0.61 0.66
Hex DD 74 BE 0 30 E D 13E 3D 42
Octal 335 164 276 0 60 16 15 476 75 102
Binary 11011101 1110100 10111110 0 110000 1110 1101 100111110 111101 1000010

Color Harmonies of #DD74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74BE

Black with #DD74BE

Text Example


Text Example

White with #DD74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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