Html Css Color HEX #DB68B7 Persian Pink

📋 copy color: '#DB68B7'

red 219 ◦ green 104 ◦ blue 183

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

Shades of Persian Pink #DB68B7

Tints of Persian Pink #DB68B7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.55%

 BLUE value IS 183 (71.88% from 255) = 36.17%

R = 43.28%
G = 20.55%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB68B7 (or 0xDB68B7) is known color: Persian Pink. HEX triplet: DB, 68 and B7. RGB value is (219,104,183). Sum of RGB (Red+Green+Blue) = 219+104+183=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68B7 is #249748. Grayscale: #939393. Windows color (decimal): -2398025 or 12019931. OLE color: 12019931.

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

Color convert

RGB 219 104 183 -
CMYK 0 0.53 0.16 0.14
HSL 318.78º 0.61% 0.63% -
HSV(B) 318.78º 0.53% 0.86% -
XYZ 42.71 28.38 48.03 -
YUV 147.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 219 104 183 0 0.53 0.16 0.14 318.78 0.61 0.63
Hex DB 68 B7 0 35 10 E 13F 3D 3F
Octal 333 150 267 0 65 20 16 477 75 77
Binary 11011011 1101000 10110111 0 110101 10000 1110 100111111 111101 111111

Color Harmonies of #DB68B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68B7

Black with #DB68B7

Text Example


Text Example

White with #DB68B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68B7; }

 p { color: rgb(219,104,183); }

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

background-color css

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

 a { background-color: rgb(219,104,183); }

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

border-color css

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

 span { border-color: rgb(219,104,183); }

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