Html Css Color HEX #D14CFD Heliotrope

📋 copy color: '#D14CFD'

red 209 ◦ green 76 ◦ blue 253

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

Shades of Heliotrope #D14CFD

Tints of Heliotrope #D14CFD

RGB

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

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

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

R = 38.85%
G = 14.13%
B = 47.03%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D14CFD (or 0xD14CFD) is known color: Heliotrope. HEX triplet: D1, 4C and FD. RGB value is (209,76,253). Sum of RGB (Red+Green+Blue) = 209+76+253=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 76 (30.08% from 255 or 14.13% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #D14CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CFD is #2EB302. Grayscale: #878787. Windows color (decimal): -3060483 or 16600273. OLE color: 16600273.

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

Color convert

RGB 209 76 253 -
CMYK 0.17 0.70 0 0.01
HSL 285.08º 0.98% 0.65% -
HSV(B) 285.08º 0.7% 0.99% -
XYZ 46.61 25.82 95.45 -
YUV 135.95 194.06 180.11 -
System Red Green Blue C M Y K H S L
Decimal 209 76 253 0.17 0.70 0 0.01 285.08 0.98 0.65
Hex D1 4C FD 11 46 0 1 11D 62 41
Octal 321 114 375 21 106 0 1 435 142 101
Binary 11010001 1001100 11111101 10001 1000110 0 1 100011101 1100010 1000001

Color Harmonies of #D14CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CFD

Black with #D14CFD

Text Example


Text Example

White with #D14CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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