Html Css Color HEX #D14AFB Heliotrope

📋 copy color: '#D14AFB'

red 209 ◦ green 74 ◦ blue 251

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

Shades of Heliotrope #D14AFB

Tints of Heliotrope #D14AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47%

R = 39.14%
G = 13.86%
B = 47%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D14AFB (or 0xD14AFB) is known color: Heliotrope. HEX triplet: D1, 4A and FB. RGB value is (209,74,251). Sum of RGB (Red+Green+Blue) = 209+74+251=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #D14AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14AFB is #2EB504. Grayscale: #858585. Windows color (decimal): -3060997 or 16468689. OLE color: 16468689.

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

Color convert

RGB 209 74 251 -
CMYK 0.17 0.71 0 0.02
HSL 285.76º 0.96% 0.64% -
HSV(B) 285.76º 0.71% 0.98% -
XYZ 46.16 25.42 93.74 -
YUV 134.54 193.73 181.11 -
System Red Green Blue C M Y K H S L
Decimal 209 74 251 0.17 0.71 0 0.02 285.76 0.96 0.64
Hex D1 4A FB 11 47 0 2 11E 60 40
Octal 321 112 373 21 107 0 2 436 140 100
Binary 11010001 1001010 11111011 10001 1000111 0 10 100011110 1100000 1000000

Color Harmonies of #D14AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AFB

Black with #D14AFB

Text Example


Text Example

White with #D14AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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