Html Css Color HEX #D98BFA Heliotrope

📋 copy color: '#D98BFA'

red 217 ◦ green 139 ◦ blue 250

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

Shades of Heliotrope #D98BFA

Tints of Heliotrope #D98BFA

RGB

 RED value IS 217 (85.16% from 255) = 35.81%

 GREEN value IS 139 (54.69% from 255) = 22.94%

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 35.81%
G = 22.94%
B = 41.25%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D98BFA (or 0xD98BFA) is known color: Heliotrope. HEX triplet: D9, 8B and FA. RGB value is (217,139,250). Sum of RGB (Red+Green+Blue) = 217+139+250=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #D98BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98BFA is #267405. Grayscale: #AEAEAE. Windows color (decimal): -2520070 or 16419801. OLE color: 16419801.

HSL color Cylindrical-coordinate representation of color #D98BFA: hue angle of 282.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D98BFA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 139 250 -
CMYK 0.13 0.44 0 0.02
HSL 282.16º 0.92% 0.76% -
HSV(B) 282.16º 0.44% 0.98% -
XYZ 55.1 40.12 95.28 -
YUV 174.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 217 139 250 0.13 0.44 0 0.02 282.16 0.92 0.76
Hex D9 8B FA D 2C 0 2 11A 5C 4C
Octal 331 213 372 15 54 0 2 432 134 114
Binary 11011001 10001011 11111010 1101 101100 0 10 100011010 1011100 1001100

Color Harmonies of #D98BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98BFA

Black with #D98BFA

Text Example


Text Example

White with #D98BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98BFA; }

 p { color: rgb(217,139,250); }

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

background-color css

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

 a { background-color: rgb(217,139,250); }

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

border-color css

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

 span { border-color: rgb(217,139,250); }

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