Html Css Color HEX #D970FC Heliotrope

📋 copy color: '#D970FC'

red 217 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #D970FC

Tints of Heliotrope #D970FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.28%

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

R = 37.35%
G = 19.28%
B = 43.37%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D970FC (or 0xD970FC) is known color: Heliotrope. HEX triplet: D9, 70 and FC. RGB value is (217,112,252). Sum of RGB (Red+Green+Blue) = 217+112+252=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #D970FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970FC is #268F03. Grayscale: #9E9E9E. Windows color (decimal): -2526980 or 16543961. OLE color: 16543961.

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

Color convert

RGB 217 112 252 -
CMYK 0.14 0.56 0 0.01
HSL 285º 0.96% 0.71% -
HSV(B) 285º 0.56% 0.99% -
XYZ 51.98 33.37 95.8 -
YUV 159.36 180.29 169.12 -
System Red Green Blue C M Y K H S L
Decimal 217 112 252 0.14 0.56 0 0.01 285 0.96 0.71
Hex D9 70 FC E 38 0 1 11D 60 47
Octal 331 160 374 16 70 0 1 435 140 107
Binary 11011001 1110000 11111100 1110 111000 0 1 100011101 1100000 1000111

Color Harmonies of #D970FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970FC

Black with #D970FC

Text Example


Text Example

White with #D970FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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