Html Css Color HEX #DB6AB4 Persian Pink

📋 copy color: '#DB6AB4'

red 219 ◦ green 106 ◦ blue 180

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

Shades of Persian Pink #DB6AB4

Tints of Persian Pink #DB6AB4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.99%

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

R = 43.37%
G = 20.99%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB6AB4 (or 0xDB6AB4) is known color: Persian Pink. HEX triplet: DB, 6A and B4. RGB value is (219,106,180). Sum of RGB (Red+Green+Blue) = 219+106+180=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6AB4 is #24954B. Grayscale: #949494. Windows color (decimal): -2397516 or 11823835. OLE color: 11823835.

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

Color convert

RGB 219 106 180 -
CMYK 0 0.52 0.18 0.14
HSL 320.71º 0.61% 0.64% -
HSV(B) 320.71º 0.52% 0.86% -
XYZ 42.61 28.66 46.47 -
YUV 148.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 219 106 180 0 0.52 0.18 0.14 320.71 0.61 0.64
Hex DB 6A B4 0 34 12 E 141 3D 40
Octal 333 152 264 0 64 22 16 501 75 100
Binary 11011011 1101010 10110100 0 110100 10010 1110 101000001 111101 1000000

Color Harmonies of #DB6AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AB4

Black with #DB6AB4

Text Example


Text Example

White with #DB6AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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