Html Css Color HEX #D14CF9 Heliotrope

📋 copy color: '#D14CF9'

red 209 ◦ green 76 ◦ blue 249

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

Shades of Heliotrope #D14CF9

Tints of Heliotrope #D14CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.23%

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 39.14%
G = 14.23%
B = 46.63%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D14CF9 (or 0xD14CF9) is known color: Heliotrope. HEX triplet: D1, 4C and F9. RGB value is (209,76,249). Sum of RGB (Red+Green+Blue) = 209+76+249=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #D14CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CF9 is #2EB306. Grayscale: #868686. Windows color (decimal): -3060487 or 16338129. OLE color: 16338129.

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

Color convert

RGB 209 76 249 -
CMYK 0.16 0.69 0 0.02
HSL 286.13º 0.94% 0.64% -
HSV(B) 286.13º 0.69% 0.98% -
XYZ 45.98 25.56 92.13 -
YUV 135.49 192.06 180.43 -
System Red Green Blue C M Y K H S L
Decimal 209 76 249 0.16 0.69 0 0.02 286.13 0.94 0.64
Hex D1 4C F9 10 45 0 2 11E 5E 40
Octal 321 114 371 20 105 0 2 436 136 100
Binary 11010001 1001100 11111001 10000 1000101 0 10 100011110 1011110 1000000

Color Harmonies of #D14CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CF9

Black with #D14CF9

Text Example


Text Example

White with #D14CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CF9; }

 p { color: rgb(209,76,249); }

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

background-color css

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

 a { background-color: rgb(209,76,249); }

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

border-color css

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

 span { border-color: rgb(209,76,249); }

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