Html Css Color HEX #DB6CB3 Persian Pink

📋 copy color: '#DB6CB3'

red 219 ◦ green 108 ◦ blue 179

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

Shades of Persian Pink #DB6CB3

Tints of Persian Pink #DB6CB3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

 BLUE value IS 179 (70.31% from 255) = 35.38%

R = 43.28%
G = 21.34%
B = 35.38%

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

#DB6CB3 (or 0xDB6CB3) is known color: Persian Pink. HEX triplet: DB, 6C and B3. RGB value is (219,108,179). Sum of RGB (Red+Green+Blue) = 219+108+179=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CB3 is #24934C. Grayscale: #959595. Windows color (decimal): -2397005 or 11758811. OLE color: 11758811.

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

Color convert

RGB 219 108 179 -
CMYK 0 0.51 0.18 0.14
HSL 321.62º 0.61% 0.64% -
HSV(B) 321.62º 0.51% 0.86% -
XYZ 42.71 29.04 46 -
YUV 149.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 219 108 179 0 0.51 0.18 0.14 321.62 0.61 0.64
Hex DB 6C B3 0 33 12 E 142 3D 40
Octal 333 154 263 0 63 22 16 502 75 100
Binary 11011011 1101100 10110011 0 110011 10010 1110 101000010 111101 1000000

Color Harmonies of #DB6CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CB3

Black with #DB6CB3

Text Example


Text Example

White with #DB6CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CB3; }

 p { color: rgb(219,108,179); }

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

background-color css

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

 a { background-color: rgb(219,108,179); }

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

border-color css

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

 span { border-color: rgb(219,108,179); }

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