Html Css Color HEX #D141FF Heliotrope

📋 copy color: '#D141FF'

red 209 ◦ green 65 ◦ blue 255

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

Shades of Heliotrope #D141FF

Tints of Heliotrope #D141FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.29%

 BLUE value IS 255 (100% from 255) = 48.2%

R = 39.51%
G = 12.29%
B = 48.2%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D141FF (or 0xD141FF) is known color: Heliotrope. HEX triplet: D1, 41 and FF. RGB value is (209,65,255). Sum of RGB (Red+Green+Blue) = 209+65+255=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #D141FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D141FF is #2EBE00. Grayscale: #818181. Windows color (decimal): -3063297 or 16728529. OLE color: 16728529.

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

Color convert

RGB 209 65 255 -
CMYK 0.18 0.75 0 0
HSL 285.47º 1% 0.63% -
HSV(B) 285.47º 0.75% 1% -
XYZ 46.23 24.56 96.91 -
YUV 129.72 198.71 184.55 -
System Red Green Blue C M Y K H S L
Decimal 209 65 255 0.18 0.75 0 0 285.47 1 0.63
Hex D1 41 FF 12 4B 0 0 11D 64 3F
Octal 321 101 377 22 113 0 0 435 144 77
Binary 11010001 1000001 11111111 10010 1001011 0 0 100011101 1100100 111111

Color Harmonies of #D141FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141FF

Black with #D141FF

Text Example


Text Example

White with #D141FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141FF; }

 p { color: rgb(209,65,255); }

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

background-color css

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

 a { background-color: rgb(209,65,255); }

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

border-color css

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

 span { border-color: rgb(209,65,255); }

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