Html Css Color HEX #D988FC Heliotrope

📋 copy color: '#D988FC'

red 217 ◦ green 136 ◦ blue 252

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

Shades of Heliotrope #D988FC

Tints of Heliotrope #D988FC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.48%

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

R = 35.87%
G = 22.48%
B = 41.65%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D988FC (or 0xD988FC) is known color: Heliotrope. HEX triplet: D9, 88 and FC. RGB value is (217,136,252). Sum of RGB (Red+Green+Blue) = 217+136+252=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 136 (53.52% from 255 or 22.48% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #D988FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D988FC is #267703. Grayscale: #ADADAD. Windows color (decimal): -2520836 or 16550105. OLE color: 16550105.

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

Color convert

RGB 217 136 252 -
CMYK 0.14 0.46 0 0.01
HSL 281.9º 0.95% 0.76% -
HSV(B) 281.9º 0.46% 0.99% -
XYZ 54.99 39.39 96.8 -
YUV 173.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 217 136 252 0.14 0.46 0 0.01 281.9 0.95 0.76
Hex D9 88 FC E 2E 0 1 11A 5F 4C
Octal 331 210 374 16 56 0 1 432 137 114
Binary 11011001 10001000 11111100 1110 101110 0 1 100011010 1011111 1001100

Color Harmonies of #D988FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988FC

Black with #D988FC

Text Example


Text Example

White with #D988FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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