Html Css Color HEX #DB7BBC Persian Pink

📋 copy color: '#DB7BBC'

red 219 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #DB7BBC

Tints of Persian Pink #DB7BBC

RGB

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

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

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

R = 41.32%
G = 23.21%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB7BBC (or 0xDB7BBC) is known color: Persian Pink. HEX triplet: DB, 7B and BC. RGB value is (219,123,188). Sum of RGB (Red+Green+Blue) = 219+123+188=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BBC is #248443. Grayscale: #9E9E9E. Windows color (decimal): -2393156 or 12352475. OLE color: 12352475.

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

Color convert

RGB 219 123 188 -
CMYK 0 0.44 0.14 0.14
HSL 319.38º 0.57% 0.67% -
HSV(B) 319.38º 0.44% 0.86% -
XYZ 45.37 32.86 51.53 -
YUV 159.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 219 123 188 0 0.44 0.14 0.14 319.38 0.57 0.67
Hex DB 7B BC 0 2C E E 13F 39 43
Octal 333 173 274 0 54 16 16 477 71 103
Binary 11011011 1111011 10111100 0 101100 1110 1110 100111111 111001 1000011

Color Harmonies of #DB7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BBC

Black with #DB7BBC

Text Example


Text Example

White with #DB7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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