Html Css Color HEX #D970EF Heliotrope

📋 copy color: '#D970EF'

red 217 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #D970EF

Tints of Heliotrope #D970EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 38.2%
G = 19.72%
B = 42.08%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D970EF (or 0xD970EF) is known color: Heliotrope. HEX triplet: D9, 70 and EF. RGB value is (217,112,239). Sum of RGB (Red+Green+Blue) = 217+112+239=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #D970EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970EF is #268F10. Grayscale: #9D9D9D. Windows color (decimal): -2526993 or 15691993. OLE color: 15691993.

HSL color Cylindrical-coordinate representation of color #D970EF: hue angle of 289.61º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D970EF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 112 239 -
CMYK 0.09 0.53 0 0.06
HSL 289.61º 0.8% 0.69% -
HSV(B) 289.61º 0.53% 0.94% -
XYZ 49.99 32.57 85.31 -
YUV 157.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 217 112 239 0.09 0.53 0 0.06 289.61 0.8 0.69
Hex D9 70 EF 9 35 0 6 122 50 45
Octal 331 160 357 11 65 0 6 442 120 105
Binary 11011001 1110000 11101111 1001 110101 0 110 100100010 1010000 1000101

Color Harmonies of #D970EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970EF

Black with #D970EF

Text Example


Text Example

White with #D970EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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