Html Css Color HEX #DD7CBE Persian Pink

📋 copy color: '#DD7CBE'

red 221 ◦ green 124 ◦ blue 190

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

Shades of Persian Pink #DD7CBE

Tints of Persian Pink #DD7CBE

RGB

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

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

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

R = 41.31%
G = 23.18%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD7CBE (or 0xDD7CBE) is known color: Persian Pink. HEX triplet: DD, 7C and BE. RGB value is (221,124,190). Sum of RGB (Red+Green+Blue) = 221+124+190=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CBE is #228341. Grayscale: #A0A0A0. Windows color (decimal): -2261826 or 12483805. OLE color: 12483805.

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

Color convert

RGB 221 124 190 -
CMYK 0 0.44 0.14 0.13
HSL 319.18º 0.59% 0.68% -
HSV(B) 319.18º 0.44% 0.87% -
XYZ 46.32 33.51 52.74 -
YUV 160.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 221 124 190 0 0.44 0.14 0.13 319.18 0.59 0.68
Hex DD 7C BE 0 2C E D 13F 3B 44
Octal 335 174 276 0 54 16 15 477 73 104
Binary 11011101 1111100 10111110 0 101100 1110 1101 100111111 111011 1000100

Color Harmonies of #DD7CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CBE

Black with #DD7CBE

Text Example


Text Example

White with #DD7CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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