Html Css Color HEX #D14FFD Heliotrope

📋 copy color: '#D14FFD'

red 209 ◦ green 79 ◦ blue 253

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

Shades of Heliotrope #D14FFD

Tints of Heliotrope #D14FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.6%

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 38.63%
G = 14.6%
B = 46.77%

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

#D14FFD (or 0xD14FFD) is known color: Heliotrope. HEX triplet: D1, 4F and FD. RGB value is (209,79,253). Sum of RGB (Red+Green+Blue) = 209+79+253=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 79 (31.25% from 255 or 14.60% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #D14FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FFD is #2EB002. Grayscale: #898989. Windows color (decimal): -3059715 or 16601041. OLE color: 16601041.

HSL color Cylindrical-coordinate representation of color #D14FFD: hue angle of 284.83º degrees, saturation: 0.98, 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 #D14FFD is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 79 253 -
CMYK 0.17 0.69 0 0.01
HSL 284.83º 0.98% 0.65% -
HSV(B) 284.83º 0.69% 0.99% -
XYZ 46.82 26.24 95.53 -
YUV 137.71 193.07 178.85 -
System Red Green Blue C M Y K H S L
Decimal 209 79 253 0.17 0.69 0 0.01 284.83 0.98 0.65
Hex D1 4F FD 11 45 0 1 11D 62 41
Octal 321 117 375 21 105 0 1 435 142 101
Binary 11010001 1001111 11111101 10001 1000101 0 1 100011101 1100010 1000001

Color Harmonies of #D14FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FFD

Black with #D14FFD

Text Example


Text Example

White with #D14FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FFD; }

 p { color: rgb(209,79,253); }

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

background-color css

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

 a { background-color: rgb(209,79,253); }

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

border-color css

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

 span { border-color: rgb(209,79,253); }

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