Html Css Color HEX #D14BFF Heliotrope

📋 copy color: '#D14BFF'

red 209 ◦ green 75 ◦ blue 255

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

Shades of Heliotrope #D14BFF

Tints of Heliotrope #D14BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.91%

 BLUE value IS 255 (100% from 255) = 47.31%

R = 38.78%
G = 13.91%
B = 47.31%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D14BFF (or 0xD14BFF) is known color: Heliotrope. HEX triplet: D1, 4B and FF. RGB value is (209,75,255). Sum of RGB (Red+Green+Blue) = 209+75+255=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 75 (29.69% from 255 or 13.91% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #D14BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BFF is #2EB400. Grayscale: #878787. Windows color (decimal): -3060737 or 16731089. OLE color: 16731089.

HSL color Cylindrical-coordinate representation of color #D14BFF: hue angle of 284.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D14BFF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 75 255 -
CMYK 0.18 0.71 0 0
HSL 284.67º 1% 0.65% -
HSV(B) 284.67º 0.71% 1% -
XYZ 46.86 25.81 97.12 -
YUV 135.59 195.39 180.36 -
System Red Green Blue C M Y K H S L
Decimal 209 75 255 0.18 0.71 0 0 284.67 1 0.65
Hex D1 4B FF 12 47 0 0 11D 64 41
Octal 321 113 377 22 107 0 0 435 144 101
Binary 11010001 1001011 11111111 10010 1000111 0 0 100011101 1100100 1000001

Color Harmonies of #D14BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14BFF

Black with #D14BFF

Text Example


Text Example

White with #D14BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14BFF; }

 p { color: rgb(209,75,255); }

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

background-color css

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

 a { background-color: rgb(209,75,255); }

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

border-color css

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

 span { border-color: rgb(209,75,255); }

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