Html Css Color HEX #DB6CB4 Persian Pink

📋 copy color: '#DB6CB4'

red 219 ◦ green 108 ◦ blue 180

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

Shades of Persian Pink #DB6CB4

Tints of Persian Pink #DB6CB4

RGB

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

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

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

R = 43.2%
G = 21.3%
B = 35.5%

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

#DB6CB4 (or 0xDB6CB4) is known color: Persian Pink. HEX triplet: DB, 6C and B4. RGB value is (219,108,180). Sum of RGB (Red+Green+Blue) = 219+108+180=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CB4 is #24934B. Grayscale: #959595. Windows color (decimal): -2397004 or 11824347. OLE color: 11824347.

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

Color convert

RGB 219 108 180 -
CMYK 0 0.51 0.18 0.14
HSL 321.08º 0.61% 0.64% -
HSV(B) 321.08º 0.51% 0.86% -
XYZ 42.81 29.08 46.54 -
YUV 149.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 219 108 180 0 0.51 0.18 0.14 321.08 0.61 0.64
Hex DB 6C B4 0 33 12 E 141 3D 40
Octal 333 154 264 0 63 22 16 501 75 100
Binary 11011011 1101100 10110100 0 110011 10010 1110 101000001 111101 1000000

Color Harmonies of #DB6CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CB4

Black with #DB6CB4

Text Example


Text Example

White with #DB6CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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