Html Css Color HEX #DB7BBB Persian Pink

📋 copy color: '#DB7BBB'

red 219 ◦ green 123 ◦ blue 187

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

Shades of Persian Pink #DB7BBB

Tints of Persian Pink #DB7BBB

RGB

 RED value IS 219 (85.94% from 255) = 41.4%

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

 BLUE value IS 187 (73.44% from 255) = 35.35%

R = 41.4%
G = 23.25%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB7BBB (or 0xDB7BBB) is known color: Persian Pink. HEX triplet: DB, 7B and BB. RGB value is (219,123,187). Sum of RGB (Red+Green+Blue) = 219+123+187=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BBB is #248444. Grayscale: #9E9E9E. Windows color (decimal): -2393157 or 12286939. OLE color: 12286939.

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

Color convert

RGB 219 123 187 -
CMYK 0 0.44 0.15 0.14
HSL 320º 0.57% 0.67% -
HSV(B) 320º 0.44% 0.86% -
XYZ 45.27 32.81 50.96 -
YUV 159 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 219 123 187 0 0.44 0.15 0.14 320 0.57 0.67
Hex DB 7B BB 0 2C F E 140 39 43
Octal 333 173 273 0 54 17 16 500 71 103
Binary 11011011 1111011 10111011 0 101100 1111 1110 101000000 111001 1000011

Color Harmonies of #DB7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BBB

Black with #DB7BBB

Text Example


Text Example

White with #DB7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BBB; }

 p { color: rgb(219,123,187); }

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

background-color css

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

 a { background-color: rgb(219,123,187); }

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

border-color css

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

 span { border-color: rgb(219,123,187); }

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