Html Css Color HEX #D952FF Heliotrope

📋 copy color: '#D952FF'

red 217 ◦ green 82 ◦ blue 255

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

Shades of Heliotrope #D952FF

Tints of Heliotrope #D952FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.03%

R = 39.17%
G = 14.8%
B = 46.03%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D952FF (or 0xD952FF) is known color: Heliotrope. HEX triplet: D9, 52 and FF. RGB value is (217,82,255). Sum of RGB (Red+Green+Blue) = 217+82+255=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 82 (32.42% from 255 or 14.80% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #D952FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D952FF is #26AD00. Grayscale: #8D8D8D. Windows color (decimal): -2534657 or 16732889. OLE color: 16732889.

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

Color convert

RGB 217 82 255 -
CMYK 0.15 0.68 0 0
HSL 286.82º 1% 0.66% -
HSV(B) 286.82º 0.68% 1% -
XYZ 49.68 28.01 97.39 -
YUV 142.09 191.73 181.43 -
System Red Green Blue C M Y K H S L
Decimal 217 82 255 0.15 0.68 0 0 286.82 1 0.66
Hex D9 52 FF F 44 0 0 11F 64 42
Octal 331 122 377 17 104 0 0 437 144 102
Binary 11011001 1010010 11111111 1111 1000100 0 0 100011111 1100100 1000010

Color Harmonies of #D952FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952FF

Black with #D952FF

Text Example


Text Example

White with #D952FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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