Html Css Color HEX #D681F1 Heliotrope

📋 copy color: '#D681F1'

red 214 ◦ green 129 ◦ blue 241

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

Shades of Heliotrope #D681F1

Tints of Heliotrope #D681F1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.09%

 BLUE value IS 241 (94.53% from 255) = 41.27%

R = 36.64%
G = 22.09%
B = 41.27%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D681F1 (or 0xD681F1) is known color: Heliotrope. HEX triplet: D6, 81 and F1. RGB value is (214,129,241). Sum of RGB (Red+Green+Blue) = 214+129+241=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #D681F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681F1 is #297E0E. Grayscale: #A6A6A6. Windows color (decimal): -2719247 or 15827414. OLE color: 15827414.

HSL color Cylindrical-coordinate representation of color #D681F1: hue angle of 285.54º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D681F1 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 129 241 -
CMYK 0.11 0.46 0 0.05
HSL 285.54º 0.8% 0.73% -
HSV(B) 285.54º 0.46% 0.95% -
XYZ 51.46 36.35 87.52 -
YUV 167.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 214 129 241 0.11 0.46 0 0.05 285.54 0.8 0.73
Hex D6 81 F1 B 2E 0 5 11E 50 49
Octal 326 201 361 13 56 0 5 436 120 111
Binary 11010110 10000001 11110001 1011 101110 0 101 100011110 1010000 1001001

Color Harmonies of #D681F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681F1

Black with #D681F1

Text Example


Text Example

White with #D681F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681F1; }

 p { color: rgb(214,129,241); }

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

background-color css

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

 a { background-color: rgb(214,129,241); }

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

border-color css

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

 span { border-color: rgb(214,129,241); }

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