Html Css Color HEX #DD7CBC Persian Pink

📋 copy color: '#DD7CBC'

red 221 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #DD7CBC

Tints of Persian Pink #DD7CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.26%

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

R = 41.46%
G = 23.26%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD7CBC (or 0xDD7CBC) is known color: Persian Pink. HEX triplet: DD, 7C and BC. RGB value is (221,124,188). Sum of RGB (Red+Green+Blue) = 221+124+188=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CBC is #228343. Grayscale: #A0A0A0. Windows color (decimal): -2261828 or 12352733. OLE color: 12352733.

HSL color Cylindrical-coordinate representation of color #DD7CBC: hue angle of 320.41º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CBC is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 124 188 -
CMYK 0 0.44 0.15 0.13
HSL 320.41º 0.59% 0.68% -
HSV(B) 320.41º 0.44% 0.87% -
XYZ 46.1 33.42 51.6 -
YUV 160.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 221 124 188 0 0.44 0.15 0.13 320.41 0.59 0.68
Hex DD 7C BC 0 2C F D 140 3B 44
Octal 335 174 274 0 54 17 15 500 73 104
Binary 11011101 1111100 10111100 0 101100 1111 1101 101000000 111011 1000100

Color Harmonies of #DD7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CBC

Black with #DD7CBC

Text Example


Text Example

White with #DD7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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