Html Css Color HEX #D142FE Heliotrope

📋 copy color: '#D142FE'

red 209 ◦ green 66 ◦ blue 254

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

Shades of Heliotrope #D142FE

Tints of Heliotrope #D142FE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.48%

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

R = 39.51%
G = 12.48%
B = 48.02%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D142FE (or 0xD142FE) is known color: Heliotrope. HEX triplet: D1, 42 and FE. RGB value is (209,66,254). Sum of RGB (Red+Green+Blue) = 209+66+254=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 66 (26.17% from 255 or 12.48% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #D142FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D142FE is #2EBD01. Grayscale: #818181. Windows color (decimal): -3063042 or 16663249. OLE color: 16663249.

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

Color convert

RGB 209 66 254 -
CMYK 0.18 0.74 0 0.00
HSL 285.64º 0.99% 0.63% -
HSV(B) 285.64º 0.74% 1% -
XYZ 46.13 24.61 96.08 -
YUV 130.19 197.88 184.21 -
System Red Green Blue C M Y K H S L
Decimal 209 66 254 0.18 0.74 0 0.00 285.64 0.99 0.63
Hex D1 42 FE 12 4A 0 0 11E 63 3F
Octal 321 102 376 22 112 0 0 436 143 77
Binary 11010001 1000010 11111110 10010 1001010 0 0 100011110 1100011 111111

Color Harmonies of #D142FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142FE

Black with #D142FE

Text Example


Text Example

White with #D142FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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