Html Css Color HEX #DB7EB4 Persian Pink

📋 copy color: '#DB7EB4'

red 219 ◦ green 126 ◦ blue 180

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

Shades of Persian Pink #DB7EB4

Tints of Persian Pink #DB7EB4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24%

 BLUE value IS 180 (70.7% from 255) = 34.29%

R = 41.71%
G = 24%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB7EB4 (or 0xDB7EB4) is known color: Persian Pink. HEX triplet: DB, 7E and B4. RGB value is (219,126,180). Sum of RGB (Red+Green+Blue) = 219+126+180=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EB4 is #24814B. Grayscale: #9F9F9F. Windows color (decimal): -2392396 or 11828955. OLE color: 11828955.

HSL color Cylindrical-coordinate representation of color #DB7EB4: hue angle of 325.16º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7EB4 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 126 180 -
CMYK 0 0.42 0.18 0.14
HSL 325.16º 0.56% 0.68% -
HSV(B) 325.16º 0.42% 0.86% -
XYZ 44.91 33.28 47.24 -
YUV 159.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 219 126 180 0 0.42 0.18 0.14 325.16 0.56 0.68
Hex DB 7E B4 0 2A 12 E 145 38 44
Octal 333 176 264 0 52 22 16 505 70 104
Binary 11011011 1111110 10110100 0 101010 10010 1110 101000101 111000 1000100

Color Harmonies of #DB7EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7EB4

Black with #DB7EB4

Text Example


Text Example

White with #DB7EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7EB4; }

 p { color: rgb(219,126,180); }

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

background-color css

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

 a { background-color: rgb(219,126,180); }

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

border-color css

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

 span { border-color: rgb(219,126,180); }

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