Html Css Color HEX #D14BFE Heliotrope

📋 copy color: '#D14BFE'

red 209 ◦ green 75 ◦ blue 254

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

Shades of Heliotrope #D14BFE

Tints of Heliotrope #D14BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.94%

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 38.85%
G = 13.94%
B = 47.21%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D14BFE (or 0xD14BFE) is known color: Heliotrope. HEX triplet: D1, 4B and FE. RGB value is (209,75,254). Sum of RGB (Red+Green+Blue) = 209+75+254=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 75 (29.69% from 255 or 13.94% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #D14BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BFE is #2EB401. Grayscale: #868686. Windows color (decimal): -3060738 or 16665553. OLE color: 16665553.

HSL color Cylindrical-coordinate representation of color #D14BFE: hue angle of 284.92º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14BFE is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 75 254 -
CMYK 0.18 0.70 0 0.00
HSL 284.92º 0.99% 0.65% -
HSV(B) 284.92º 0.7% 1% -
XYZ 46.7 25.74 96.27 -
YUV 135.47 194.89 180.45 -
System Red Green Blue C M Y K H S L
Decimal 209 75 254 0.18 0.70 0 0.00 284.92 0.99 0.65
Hex D1 4B FE 12 46 0 0 11D 63 41
Octal 321 113 376 22 106 0 0 435 143 101
Binary 11010001 1001011 11111110 10010 1000110 0 0 100011101 1100011 1000001

Color Harmonies of #D14BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14BFE

Black with #D14BFE

Text Example


Text Example

White with #D14BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14BFE; }

 p { color: rgb(209,75,254); }

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

background-color css

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

 a { background-color: rgb(209,75,254); }

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

border-color css

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

 span { border-color: rgb(209,75,254); }

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