Html Css Color HEX #D98DFC Heliotrope

📋 copy color: '#D98DFC'

red 217 ◦ green 141 ◦ blue 252

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

Shades of Heliotrope #D98DFC

Tints of Heliotrope #D98DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.11%

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 35.57%
G = 23.11%
B = 41.31%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D98DFC (or 0xD98DFC) is known color: Heliotrope. HEX triplet: D9, 8D and FC. RGB value is (217,141,252). Sum of RGB (Red+Green+Blue) = 217+141+252=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #D98DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98DFC is #267203. Grayscale: #B0B0B0. Windows color (decimal): -2519556 or 16551385. OLE color: 16551385.

HSL color Cylindrical-coordinate representation of color #D98DFC: hue angle of 281.08º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D98DFC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 141 252 -
CMYK 0.14 0.44 0 0.01
HSL 281.08º 0.95% 0.77% -
HSV(B) 281.08º 0.44% 0.99% -
XYZ 55.71 40.83 97.04 -
YUV 176.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 217 141 252 0.14 0.44 0 0.01 281.08 0.95 0.77
Hex D9 8D FC E 2C 0 1 119 5F 4D
Octal 331 215 374 16 54 0 1 431 137 115
Binary 11011001 10001101 11111100 1110 101100 0 1 100011001 1011111 1001101

Color Harmonies of #D98DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DFC

Black with #D98DFC

Text Example


Text Example

White with #D98DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DFC; }

 p { color: rgb(217,141,252); }

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

background-color css

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

 a { background-color: rgb(217,141,252); }

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

border-color css

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

 span { border-color: rgb(217,141,252); }

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