Html Css Color HEX #D952FC Heliotrope

📋 copy color: '#D952FC'

red 217 ◦ green 82 ◦ blue 252

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

Shades of Heliotrope #D952FC

Tints of Heliotrope #D952FC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.88%

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

R = 39.38%
G = 14.88%
B = 45.74%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D952FC (or 0xD952FC) is known color: Heliotrope. HEX triplet: D9, 52 and FC. RGB value is (217,82,252). Sum of RGB (Red+Green+Blue) = 217+82+252=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 82 (32.42% from 255 or 14.88% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #D952FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D952FC is #26AD03. Grayscale: #8D8D8D. Windows color (decimal): -2534660 or 16536281. OLE color: 16536281.

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

Color convert

RGB 217 82 252 -
CMYK 0.14 0.67 0 0.01
HSL 287.65º 0.97% 0.65% -
HSV(B) 287.65º 0.67% 0.99% -
XYZ 49.2 27.81 94.87 -
YUV 141.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 217 82 252 0.14 0.67 0 0.01 287.65 0.97 0.65
Hex D9 52 FC E 43 0 1 120 61 41
Octal 331 122 374 16 103 0 1 440 141 101
Binary 11011001 1010010 11111100 1110 1000011 0 1 100100000 1100001 1000001

Color Harmonies of #D952FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952FC

Black with #D952FC

Text Example


Text Example

White with #D952FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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