Html Css Color HEX #D671F0 Heliotrope

📋 copy color: '#D671F0'

red 214 ◦ green 113 ◦ blue 240

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

Shades of Heliotrope #D671F0

Tints of Heliotrope #D671F0

RGB

 RED value IS 214 (83.98% from 255) = 37.74%

 GREEN value IS 113 (44.53% from 255) = 19.93%

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 37.74%
G = 19.93%
B = 42.33%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D671F0 (or 0xD671F0) is known color: Heliotrope. HEX triplet: D6, 71 and F0. RGB value is (214,113,240). Sum of RGB (Red+Green+Blue) = 214+113+240=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #D671F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D671F0 is #298E0F. Grayscale: #9D9D9D. Windows color (decimal): -2723344 or 15757782. OLE color: 15757782.

HSL color Cylindrical-coordinate representation of color #D671F0: hue angle of 287.72º degrees, saturation: 0.81, 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 #D671F0 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 113 240 -
CMYK 0.11 0.53 0 0.06
HSL 287.72º 0.81% 0.69% -
HSV(B) 287.72º 0.53% 0.94% -
XYZ 49.36 32.4 86.09 -
YUV 157.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 214 113 240 0.11 0.53 0 0.06 287.72 0.81 0.69
Hex D6 71 F0 B 35 0 6 120 51 45
Octal 326 161 360 13 65 0 6 440 121 105
Binary 11010110 1110001 11110000 1011 110101 0 110 100100000 1010001 1000101

Color Harmonies of #D671F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671F0

Black with #D671F0

Text Example


Text Example

White with #D671F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671F0; }

 p { color: rgb(214,113,240); }

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

background-color css

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

 a { background-color: rgb(214,113,240); }

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

border-color css

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

 span { border-color: rgb(214,113,240); }

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