Html Css Color HEX #D681FD Heliotrope

📋 copy color: '#D681FD'

red 214 ◦ green 129 ◦ blue 253

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

Shades of Heliotrope #D681FD

Tints of Heliotrope #D681FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.45%

R = 35.91%
G = 21.64%
B = 42.45%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D681FD (or 0xD681FD) is known color: Heliotrope. HEX triplet: D6, 81 and FD. RGB value is (214,129,253). Sum of RGB (Red+Green+Blue) = 214+129+253=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #D681FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681FD is #297E02. Grayscale: #A8A8A8. Windows color (decimal): -2719235 or 16613846. OLE color: 16613846.

HSL color Cylindrical-coordinate representation of color #D681FD: hue angle of 281.13º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D681FD is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 129 253 -
CMYK 0.15 0.49 0 0.01
HSL 281.13º 0.97% 0.75% -
HSV(B) 281.13º 0.49% 0.99% -
XYZ 53.31 37.09 97.28 -
YUV 168.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 214 129 253 0.15 0.49 0 0.01 281.13 0.97 0.75
Hex D6 81 FD F 31 0 1 119 61 4B
Octal 326 201 375 17 61 0 1 431 141 113
Binary 11010110 10000001 11111101 1111 110001 0 1 100011001 1100001 1001011

Color Harmonies of #D681FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681FD

Black with #D681FD

Text Example


Text Example

White with #D681FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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