Html Css Color HEX #D98AFE Heliotrope

📋 copy color: '#D98AFE'

red 217 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #D98AFE

Tints of Heliotrope #D98AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.66%

 BLUE value IS 254 (99.61% from 255) = 41.71%

R = 35.63%
G = 22.66%
B = 41.71%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D98AFE (or 0xD98AFE) is known color: Heliotrope. HEX triplet: D9, 8A and FE. RGB value is (217,138,254). Sum of RGB (Red+Green+Blue) = 217+138+254=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #D98AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98AFE is #267501. Grayscale: #AEAEAE. Windows color (decimal): -2520322 or 16681689. OLE color: 16681689.

HSL color Cylindrical-coordinate representation of color #D98AFE: hue angle of 280.86º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D98AFE is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 138 254 -
CMYK 0.15 0.46 0 0.00
HSL 280.86º 0.98% 0.77% -
HSV(B) 280.86º 0.46% 1% -
XYZ 55.59 40.08 98.57 -
YUV 174.85 172.67 158.07 -
System Red Green Blue C M Y K H S L
Decimal 217 138 254 0.15 0.46 0 0.00 280.86 0.98 0.77
Hex D9 8A FE F 2E 0 0 119 62 4D
Octal 331 212 376 17 56 0 0 431 142 115
Binary 11011001 10001010 11111110 1111 101110 0 0 100011001 1100010 1001101

Color Harmonies of #D98AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98AFE

Black with #D98AFE

Text Example


Text Example

White with #D98AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98AFE; }

 p { color: rgb(217,138,254); }

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

background-color css

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

 a { background-color: rgb(217,138,254); }

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

border-color css

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

 span { border-color: rgb(217,138,254); }

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