Html Css Color HEX #D14FFB Heliotrope

📋 copy color: '#D14FFB'

red 209 ◦ green 79 ◦ blue 251

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

Shades of Heliotrope #D14FFB

Tints of Heliotrope #D14FFB

RGB

 RED value IS 209 (82.03% from 255) = 38.78%

 GREEN value IS 79 (31.25% from 255) = 14.66%

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

R = 38.78%
G = 14.66%
B = 46.57%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D14FFB (or 0xD14FFB) is known color: Heliotrope. HEX triplet: D1, 4F and FB. RGB value is (209,79,251). Sum of RGB (Red+Green+Blue) = 209+79+251=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 79 (31.25% from 255 or 14.66% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #D14FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FFB is #2EB004. Grayscale: #888888. Windows color (decimal): -3059717 or 16469969. OLE color: 16469969.

HSL color Cylindrical-coordinate representation of color #D14FFB: hue angle of 285.35º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14FFB is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 79 251 -
CMYK 0.17 0.69 0 0.02
HSL 285.35º 0.96% 0.65% -
HSV(B) 285.35º 0.69% 0.98% -
XYZ 46.5 26.11 93.86 -
YUV 137.48 192.07 179.01 -
System Red Green Blue C M Y K H S L
Decimal 209 79 251 0.17 0.69 0 0.02 285.35 0.96 0.65
Hex D1 4F FB 11 45 0 2 11D 60 41
Octal 321 117 373 21 105 0 2 435 140 101
Binary 11010001 1001111 11111011 10001 1000101 0 10 100011101 1100000 1000001

Color Harmonies of #D14FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FFB

Black with #D14FFB

Text Example


Text Example

White with #D14FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FFB; }

 p { color: rgb(209,79,251); }

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

background-color css

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

 a { background-color: rgb(209,79,251); }

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

border-color css

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

 span { border-color: rgb(209,79,251); }

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