Html Css Color HEX #DD7BBE Persian Pink

📋 copy color: '#DD7BBE'

red 221 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #DD7BBE

Tints of Persian Pink #DD7BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.03%

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

R = 41.39%
G = 23.03%
B = 35.58%

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

#DD7BBE (or 0xDD7BBE) is known color: Persian Pink. HEX triplet: DD, 7B and BE. RGB value is (221,123,190). Sum of RGB (Red+Green+Blue) = 221+123+190=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BBE is #228441. Grayscale: #9F9F9F. Windows color (decimal): -2262082 or 12483549. OLE color: 12483549.

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

Color convert

RGB 221 123 190 -
CMYK 0 0.44 0.14 0.13
HSL 318.98º 0.59% 0.67% -
HSV(B) 318.98º 0.44% 0.87% -
XYZ 46.2 33.26 52.7 -
YUV 159.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 221 123 190 0 0.44 0.14 0.13 318.98 0.59 0.67
Hex DD 7B BE 0 2C E D 13F 3B 43
Octal 335 173 276 0 54 16 15 477 73 103
Binary 11011101 1111011 10111110 0 101100 1110 1101 100111111 111011 1000011

Color Harmonies of #DD7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BBE

Black with #DD7BBE

Text Example


Text Example

White with #DD7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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