Html Css Color HEX #D140FE Heliotrope

📋 copy color: '#D140FE'

red 209 ◦ green 64 ◦ blue 254

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

Shades of Heliotrope #D140FE

Tints of Heliotrope #D140FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.14%

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

R = 39.66%
G = 12.14%
B = 48.2%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D140FE (or 0xD140FE) is known color: Heliotrope. HEX triplet: D1, 40 and FE. RGB value is (209,64,254). Sum of RGB (Red+Green+Blue) = 209+64+254=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #D140FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D140FE is #2EBF01. Grayscale: #808080. Windows color (decimal): -3063554 or 16662737. OLE color: 16662737.

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

Color convert

RGB 209 64 254 -
CMYK 0.18 0.75 0 0.00
HSL 285.79º 0.99% 0.62% -
HSV(B) 285.79º 0.75% 1% -
XYZ 46.02 24.38 96.05 -
YUV 129.02 198.54 185.05 -
System Red Green Blue C M Y K H S L
Decimal 209 64 254 0.18 0.75 0 0.00 285.79 0.99 0.62
Hex D1 40 FE 12 4B 0 0 11E 63 3E
Octal 321 100 376 22 113 0 0 436 143 76
Binary 11010001 1000000 11111110 10010 1001011 0 0 100011110 1100011 111110

Color Harmonies of #D140FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140FE

Black with #D140FE

Text Example


Text Example

White with #D140FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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