Html Css Color HEX #D952FD Heliotrope

📋 copy color: '#D952FD'

red 217 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #D952FD

Tints of Heliotrope #D952FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 39.31%
G = 14.86%
B = 45.83%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D952FD (or 0xD952FD) is known color: Heliotrope. HEX triplet: D9, 52 and FD. RGB value is (217,82,253). Sum of RGB (Red+Green+Blue) = 217+82+253=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 82 (32.42% from 255 or 14.86% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #D952FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D952FD is #26AD02. Grayscale: #8D8D8D. Windows color (decimal): -2534659 or 16601817. OLE color: 16601817.

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

Color convert

RGB 217 82 253 -
CMYK 0.14 0.68 0 0.01
HSL 287.37º 0.98% 0.66% -
HSV(B) 287.37º 0.68% 0.99% -
XYZ 49.36 27.88 95.71 -
YUV 141.86 190.73 181.6 -
System Red Green Blue C M Y K H S L
Decimal 217 82 253 0.14 0.68 0 0.01 287.37 0.98 0.66
Hex D9 52 FD E 44 0 1 11F 62 42
Octal 331 122 375 16 104 0 1 437 142 102
Binary 11011001 1010010 11111101 1110 1000100 0 1 100011111 1100010 1000010

Color Harmonies of #D952FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952FD

Black with #D952FD

Text Example


Text Example

White with #D952FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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