Html Css Color HEX #D94DFB Heliotrope

📋 copy color: '#D94DFB'

red 217 ◦ green 77 ◦ blue 251

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

Shades of Heliotrope #D94DFB

Tints of Heliotrope #D94DFB

RGB

 RED value IS 217 (85.16% from 255) = 39.82%

 GREEN value IS 77 (30.47% from 255) = 14.13%

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

R = 39.82%
G = 14.13%
B = 46.06%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D94DFB (or 0xD94DFB) is known color: Heliotrope. HEX triplet: D9, 4D and FB. RGB value is (217,77,251). Sum of RGB (Red+Green+Blue) = 217+77+251=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #D94DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94DFB is #26B204. Grayscale: #8A8A8A. Windows color (decimal): -2535941 or 16469465. OLE color: 16469465.

HSL color Cylindrical-coordinate representation of color #D94DFB: hue angle of 288.28º degrees, saturation: 0.96, 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 #D94DFB is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 77 251 -
CMYK 0.14 0.69 0 0.02
HSL 288.28º 0.96% 0.64% -
HSV(B) 288.28º 0.69% 0.98% -
XYZ 48.68 27.02 93.92 -
YUV 138.7 191.38 183.85 -
System Red Green Blue C M Y K H S L
Decimal 217 77 251 0.14 0.69 0 0.02 288.28 0.96 0.64
Hex D9 4D FB E 45 0 2 120 60 40
Octal 331 115 373 16 105 0 2 440 140 100
Binary 11011001 1001101 11111011 1110 1000101 0 10 100100000 1100000 1000000

Color Harmonies of #D94DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DFB

Black with #D94DFB

Text Example


Text Example

White with #D94DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DFB; }

 p { color: rgb(217,77,251); }

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

background-color css

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

 a { background-color: rgb(217,77,251); }

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

border-color css

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

 span { border-color: rgb(217,77,251); }

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