Html Css Color HEX #DB75BB Persian Pink

📋 copy color: '#DB75BB'

red 219 ◦ green 117 ◦ blue 187

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

Shades of Persian Pink #DB75BB

Tints of Persian Pink #DB75BB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.37%

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

R = 41.87%
G = 22.37%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB75BB (or 0xDB75BB) is known color: Persian Pink. HEX triplet: DB, 75 and BB. RGB value is (219,117,187). Sum of RGB (Red+Green+Blue) = 219+117+187=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75BB is #248A44. Grayscale: #9B9B9B. Windows color (decimal): -2394693 or 12285403. OLE color: 12285403.

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

Color convert

RGB 219 117 187 -
CMYK 0 0.47 0.15 0.14
HSL 318.82º 0.59% 0.66% -
HSV(B) 318.82º 0.47% 0.86% -
XYZ 44.54 31.37 50.72 -
YUV 155.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 219 117 187 0 0.47 0.15 0.14 318.82 0.59 0.66
Hex DB 75 BB 0 2F F E 13F 3B 42
Octal 333 165 273 0 57 17 16 477 73 102
Binary 11011011 1110101 10111011 0 101111 1111 1110 100111111 111011 1000010

Color Harmonies of #DB75BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75BB

Black with #DB75BB

Text Example


Text Example

White with #DB75BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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