Html Css Color HEX #DB6BB4 Persian Pink

📋 copy color: '#DB6BB4'

red 219 ◦ green 107 ◦ blue 180

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

Shades of Persian Pink #DB6BB4

Tints of Persian Pink #DB6BB4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.15%

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

R = 43.28%
G = 21.15%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB6BB4 (or 0xDB6BB4) is known color: Persian Pink. HEX triplet: DB, 6B and B4. RGB value is (219,107,180). Sum of RGB (Red+Green+Blue) = 219+107+180=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BB4 is #24944B. Grayscale: #949494. Windows color (decimal): -2397260 or 11824091. OLE color: 11824091.

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

Color convert

RGB 219 107 180 -
CMYK 0 0.51 0.18 0.14
HSL 320.89º 0.61% 0.64% -
HSV(B) 320.89º 0.51% 0.86% -
XYZ 42.71 28.87 46.5 -
YUV 148.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 219 107 180 0 0.51 0.18 0.14 320.89 0.61 0.64
Hex DB 6B B4 0 33 12 E 141 3D 40
Octal 333 153 264 0 63 22 16 501 75 100
Binary 11011011 1101011 10110100 0 110011 10010 1110 101000001 111101 1000000

Color Harmonies of #DB6BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BB4

Black with #DB6BB4

Text Example


Text Example

White with #DB6BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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