Html Css Color HEX #D85AFB Heliotrope

📋 copy color: '#D85AFB'

red 216 ◦ green 90 ◦ blue 251

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

Shades of Heliotrope #D85AFB

Tints of Heliotrope #D85AFB

RGB

 RED value IS 216 (84.77% from 255) = 38.78%

 GREEN value IS 90 (35.55% from 255) = 16.16%

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 38.78%
G = 16.16%
B = 45.06%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D85AFB (or 0xD85AFB) is known color: Heliotrope. HEX triplet: D8, 5A and FB. RGB value is (216,90,251). Sum of RGB (Red+Green+Blue) = 216+90+251=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 90 (35.55% from 255 or 16.16% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #D85AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85AFB is #27A504. Grayscale: #919191. Windows color (decimal): -2598149 or 16472792. OLE color: 16472792.

HSL color Cylindrical-coordinate representation of color #D85AFB: hue angle of 286.96º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D85AFB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 90 251 -
CMYK 0.14 0.64 0 0.02
HSL 286.96º 0.95% 0.67% -
HSV(B) 286.96º 0.64% 0.98% -
XYZ 49.39 28.88 94.24 -
YUV 146.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 216 90 251 0.14 0.64 0 0.02 286.96 0.95 0.67
Hex D8 5A FB E 40 0 2 11F 5F 43
Octal 330 132 373 16 100 0 2 437 137 103
Binary 11011000 1011010 11111011 1110 1000000 0 10 100011111 1011111 1000011

Color Harmonies of #D85AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AFB

Black with #D85AFB

Text Example


Text Example

White with #D85AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AFB; }

 p { color: rgb(216,90,251); }

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

background-color css

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

 a { background-color: rgb(216,90,251); }

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

border-color css

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

 span { border-color: rgb(216,90,251); }

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