Html Css Color HEX #D970F7 Heliotrope

📋 copy color: '#D970F7'

red 217 ◦ green 112 ◦ blue 247

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

Shades of Heliotrope #D970F7

Tints of Heliotrope #D970F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.88%

R = 37.67%
G = 19.44%
B = 42.88%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D970F7 (or 0xD970F7) is known color: Heliotrope. HEX triplet: D9, 70 and F7. RGB value is (217,112,247). Sum of RGB (Red+Green+Blue) = 217+112+247=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #D970F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970F7 is #268F08. Grayscale: #9E9E9E. Windows color (decimal): -2526985 or 16216281. OLE color: 16216281.

HSL color Cylindrical-coordinate representation of color #D970F7: hue angle of 286.67º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D970F7 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 112 247 -
CMYK 0.12 0.55 0 0.03
HSL 286.67º 0.89% 0.7% -
HSV(B) 286.67º 0.55% 0.97% -
XYZ 51.2 33.06 91.68 -
YUV 158.79 177.79 169.52 -
System Red Green Blue C M Y K H S L
Decimal 217 112 247 0.12 0.55 0 0.03 286.67 0.89 0.7
Hex D9 70 F7 C 37 0 3 11F 59 46
Octal 331 160 367 14 67 0 3 437 131 106
Binary 11011001 1110000 11110111 1100 110111 0 11 100011111 1011001 1000110

Color Harmonies of #D970F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970F7

Black with #D970F7

Text Example


Text Example

White with #D970F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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