Html Css Color HEX #D14AFD Heliotrope

📋 copy color: '#D14AFD'

red 209 ◦ green 74 ◦ blue 253

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

Shades of Heliotrope #D14AFD

Tints of Heliotrope #D14AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.81%

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

R = 38.99%
G = 13.81%
B = 47.2%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D14AFD (or 0xD14AFD) is known color: Heliotrope. HEX triplet: D1, 4A and FD. RGB value is (209,74,253). Sum of RGB (Red+Green+Blue) = 209+74+253=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #D14AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14AFD is #2EB502. Grayscale: #868686. Windows color (decimal): -3060995 or 16599761. OLE color: 16599761.

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

Color convert

RGB 209 74 253 -
CMYK 0.17 0.71 0 0.01
HSL 285.25º 0.98% 0.64% -
HSV(B) 285.25º 0.71% 0.99% -
XYZ 46.47 25.54 95.41 -
YUV 134.77 194.73 180.95 -
System Red Green Blue C M Y K H S L
Decimal 209 74 253 0.17 0.71 0 0.01 285.25 0.98 0.64
Hex D1 4A FD 11 47 0 1 11D 62 40
Octal 321 112 375 21 107 0 1 435 142 100
Binary 11010001 1001010 11111101 10001 1000111 0 1 100011101 1100010 1000000

Color Harmonies of #D14AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AFD

Black with #D14AFD

Text Example


Text Example

White with #D14AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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