Html Css Color HEX #D85AFD Heliotrope

📋 copy color: '#D85AFD'

red 216 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #D85AFD

Tints of Heliotrope #D85AFD

RGB

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

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

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

R = 38.64%
G = 16.1%
B = 45.26%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D85AFD (or 0xD85AFD) is known color: Heliotrope. HEX triplet: D8, 5A and FD. RGB value is (216,90,253). Sum of RGB (Red+Green+Blue) = 216+90+253=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 90 (35.55% from 255 or 16.10% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #D85AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85AFD is #27A502. Grayscale: #919191. Windows color (decimal): -2598147 or 16603864. OLE color: 16603864.

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

Color convert

RGB 216 90 253 -
CMYK 0.15 0.64 0 0.01
HSL 286.38º 0.98% 0.67% -
HSV(B) 286.38º 0.64% 0.99% -
XYZ 49.7 29 95.91 -
YUV 146.26 188.24 177.75 -
System Red Green Blue C M Y K H S L
Decimal 216 90 253 0.15 0.64 0 0.01 286.38 0.98 0.67
Hex D8 5A FD F 40 0 1 11E 62 43
Octal 330 132 375 17 100 0 1 436 142 103
Binary 11011000 1011010 11111101 1111 1000000 0 1 100011110 1100010 1000011

Color Harmonies of #D85AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AFD

Black with #D85AFD

Text Example


Text Example

White with #D85AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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