Html Css Color HEX #D085FD Heliotrope

📋 copy color: '#D085FD'

red 208 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #D085FD

Tints of Heliotrope #D085FD

RGB

 RED value IS 208 (81.64% from 255) = 35.02%

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

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

R = 35.02%
G = 22.39%
B = 42.59%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D085FD (or 0xD085FD) is known color: Heliotrope. HEX triplet: D0, 85 and FD. RGB value is (208,133,253). Sum of RGB (Red+Green+Blue) = 208+133+253=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #D085FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085FD is #2F7A02. Grayscale: #A8A8A8. Windows color (decimal): -3111427 or 16614864. OLE color: 16614864.

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

Color convert

RGB 208 133 253 -
CMYK 0.18 0.47 0 0.01
HSL 277.5º 0.97% 0.76% -
HSV(B) 277.5º 0.47% 0.99% -
XYZ 52.13 37.28 97.38 -
YUV 169.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 208 133 253 0.18 0.47 0 0.01 277.5 0.97 0.76
Hex D0 85 FD 12 2F 0 1 116 61 4C
Octal 320 205 375 22 57 0 1 426 141 114
Binary 11010000 10000101 11111101 10010 101111 0 1 100010110 1100001 1001100

Color Harmonies of #D085FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085FD

Black with #D085FD

Text Example


Text Example

White with #D085FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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