Html Css Color HEX #DD74BC Persian Pink

📋 copy color: '#DD74BC'

red 221 ◦ green 116 ◦ blue 188

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

Shades of Persian Pink #DD74BC

Tints of Persian Pink #DD74BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 42.1%
G = 22.1%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD74BC (or 0xDD74BC) is known color: Persian Pink. HEX triplet: DD, 74 and BC. RGB value is (221,116,188). Sum of RGB (Red+Green+Blue) = 221+116+188=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74BC is #228B43. Grayscale: #9B9B9B. Windows color (decimal): -2263876 or 12350685. OLE color: 12350685.

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

Color convert

RGB 221 116 188 -
CMYK 0 0.48 0.15 0.13
HSL 318.86º 0.61% 0.66% -
HSV(B) 318.86º 0.48% 0.87% -
XYZ 45.14 31.49 51.28 -
YUV 155.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 221 116 188 0 0.48 0.15 0.13 318.86 0.61 0.66
Hex DD 74 BC 0 30 F D 13F 3D 42
Octal 335 164 274 0 60 17 15 477 75 102
Binary 11011101 1110100 10111100 0 110000 1111 1101 100111111 111101 1000010

Color Harmonies of #DD74BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD74BC

Black with #DD74BC

Text Example


Text Example

White with #DD74BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD74BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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