Html Css Color HEX #D681FB Heliotrope

📋 copy color: '#D681FB'

red 214 ◦ green 129 ◦ blue 251

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

Shades of Heliotrope #D681FB

Tints of Heliotrope #D681FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.26%

R = 36.03%
G = 21.72%
B = 42.26%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D681FB (or 0xD681FB) is known color: Heliotrope. HEX triplet: D6, 81 and FB. RGB value is (214,129,251). Sum of RGB (Red+Green+Blue) = 214+129+251=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #D681FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681FB is #297E04. Grayscale: #A7A7A7. Windows color (decimal): -2719237 or 16482774. OLE color: 16482774.

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

Color convert

RGB 214 129 251 -
CMYK 0.15 0.49 0 0.02
HSL 281.8º 0.94% 0.75% -
HSV(B) 281.8º 0.49% 0.98% -
XYZ 52.99 36.96 95.61 -
YUV 168.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 214 129 251 0.15 0.49 0 0.02 281.8 0.94 0.75
Hex D6 81 FB F 31 0 2 11A 5E 4B
Octal 326 201 373 17 61 0 2 432 136 113
Binary 11010110 10000001 11111011 1111 110001 0 10 100011010 1011110 1001011

Color Harmonies of #D681FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681FB

Black with #D681FB

Text Example


Text Example

White with #D681FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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