Html Css Color HEX #D14BFB Heliotrope

📋 copy color: '#D14BFB'

red 209 ◦ green 75 ◦ blue 251

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

Shades of Heliotrope #D14BFB

Tints of Heliotrope #D14BFB

RGB

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

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

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

R = 39.07%
G = 14.02%
B = 46.92%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D14BFB (or 0xD14BFB) is known color: Heliotrope. HEX triplet: D1, 4B and FB. RGB value is (209,75,251). Sum of RGB (Red+Green+Blue) = 209+75+251=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 75 (29.69% from 255 or 14.02% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #D14BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BFB is #2EB404. Grayscale: #868686. Windows color (decimal): -3060741 or 16468945. OLE color: 16468945.

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

Color convert

RGB 209 75 251 -
CMYK 0.17 0.70 0 0.02
HSL 285.68º 0.96% 0.64% -
HSV(B) 285.68º 0.7% 0.98% -
XYZ 46.22 25.55 93.76 -
YUV 135.13 193.39 180.69 -
System Red Green Blue C M Y K H S L
Decimal 209 75 251 0.17 0.70 0 0.02 285.68 0.96 0.64
Hex D1 4B FB 11 46 0 2 11E 60 40
Octal 321 113 373 21 106 0 2 436 140 100
Binary 11010001 1001011 11111011 10001 1000110 0 10 100011110 1100000 1000000

Color Harmonies of #D14BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14BFB

Black with #D14BFB

Text Example


Text Example

White with #D14BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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