Html Css Color HEX #DB85FD Heliotrope

📋 copy color: '#DB85FD'

red 219 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #DB85FD

Tints of Heliotrope #DB85FD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.98%

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 36.2%
G = 21.98%
B = 41.82%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB85FD (or 0xDB85FD) is known color: Heliotrope. HEX triplet: DB, 85 and FD. RGB value is (219,133,253). Sum of RGB (Red+Green+Blue) = 219+133+253=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85FD is #247A02. Grayscale: #ACACAC. Windows color (decimal): -2390531 or 16614875. OLE color: 16614875.

HSL color Cylindrical-coordinate representation of color #DB85FD: hue angle of 283º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB85FD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 133 253 -
CMYK 0.13 0.47 0 0.01
HSL 283º 0.97% 0.76% -
HSV(B) 283º 0.47% 0.99% -
XYZ 55.33 38.93 97.53 -
YUV 172.39 173.49 161.24 -
System Red Green Blue C M Y K H S L
Decimal 219 133 253 0.13 0.47 0 0.01 283 0.97 0.76
Hex DB 85 FD D 2F 0 1 11B 61 4C
Octal 333 205 375 15 57 0 1 433 141 114
Binary 11011011 10000101 11111101 1101 101111 0 1 100011011 1100001 1001100

Color Harmonies of #DB85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85FD

Black with #DB85FD

Text Example


Text Example

White with #DB85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85FD; }

 p { color: rgb(219,133,253); }

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

background-color css

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

 a { background-color: rgb(219,133,253); }

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

border-color css

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

 span { border-color: rgb(219,133,253); }

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