Html Css Color HEX #DD74BD Persian Pink

📋 copy color: '#DD74BD'

red 221 ◦ green 116 ◦ blue 189

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

Shades of Persian Pink #DD74BD

Tints of Persian Pink #DD74BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.93%

R = 42.02%
G = 22.05%
B = 35.93%

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

#DD74BD (or 0xDD74BD) is known color: Persian Pink. HEX triplet: DD, 74 and BD. RGB value is (221,116,189). Sum of RGB (Red+Green+Blue) = 221+116+189=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74BD is #228B42. Grayscale: #9B9B9B. Windows color (decimal): -2263875 or 12416221. OLE color: 12416221.

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

Color convert

RGB 221 116 189 -
CMYK 0 0.48 0.14 0.13
HSL 318.29º 0.61% 0.66% -
HSV(B) 318.29º 0.48% 0.87% -
XYZ 45.25 31.54 51.85 -
YUV 155.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 221 116 189 0 0.48 0.14 0.13 318.29 0.61 0.66
Hex DD 74 BD 0 30 E D 13E 3D 42
Octal 335 164 275 0 60 16 15 476 75 102
Binary 11011101 1110100 10111101 0 110000 1110 1101 100111110 111101 1000010

Color Harmonies of #DD74BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74BD

Black with #DD74BD

Text Example


Text Example

White with #DD74BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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