Html Css Color HEX #D14DFC Heliotrope

📋 copy color: '#D14DFC'

red 209 ◦ green 77 ◦ blue 252

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

Shades of Heliotrope #D14DFC

Tints of Heliotrope #D14DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.31%

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 38.85%
G = 14.31%
B = 46.84%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D14DFC (or 0xD14DFC) is known color: Heliotrope. HEX triplet: D1, 4D and FC. RGB value is (209,77,252). Sum of RGB (Red+Green+Blue) = 209+77+252=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 77 (30.47% from 255 or 14.31% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #D14DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14DFC is #2EB203. Grayscale: #878787. Windows color (decimal): -3060228 or 16534993. OLE color: 16534993.

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

Color convert

RGB 209 77 252 -
CMYK 0.17 0.69 0 0.01
HSL 285.26º 0.97% 0.65% -
HSV(B) 285.26º 0.69% 0.99% -
XYZ 46.52 25.89 94.64 -
YUV 136.42 193.23 179.77 -
System Red Green Blue C M Y K H S L
Decimal 209 77 252 0.17 0.69 0 0.01 285.26 0.97 0.65
Hex D1 4D FC 11 45 0 1 11D 61 41
Octal 321 115 374 21 105 0 1 435 141 101
Binary 11010001 1001101 11111100 10001 1000101 0 1 100011101 1100001 1000001

Color Harmonies of #D14DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DFC

Black with #D14DFC

Text Example


Text Example

White with #D14DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DFC; }

 p { color: rgb(209,77,252); }

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

background-color css

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

 a { background-color: rgb(209,77,252); }

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

border-color css

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

 span { border-color: rgb(209,77,252); }

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