Html Css Color HEX #D94DFD Heliotrope

📋 copy color: '#D94DFD'

red 217 ◦ green 77 ◦ blue 253

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

Shades of Heliotrope #D94DFD

Tints of Heliotrope #D94DFD

RGB

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

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

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

R = 39.67%
G = 14.08%
B = 46.25%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D94DFD (or 0xD94DFD) is known color: Heliotrope. HEX triplet: D9, 4D and FD. RGB value is (217,77,253). Sum of RGB (Red+Green+Blue) = 217+77+253=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 77 (30.47% from 255 or 14.08% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #D94DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94DFD is #26B202. Grayscale: #8A8A8A. Windows color (decimal): -2535939 or 16600537. OLE color: 16600537.

HSL color Cylindrical-coordinate representation of color #D94DFD: hue angle of 287.73º 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 #D94DFD is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 77 253 -
CMYK 0.14 0.70 0 0.01
HSL 287.73º 0.98% 0.65% -
HSV(B) 287.73º 0.7% 0.99% -
XYZ 49 27.15 95.59 -
YUV 138.92 192.38 183.69 -
System Red Green Blue C M Y K H S L
Decimal 217 77 253 0.14 0.70 0 0.01 287.73 0.98 0.65
Hex D9 4D FD E 46 0 1 120 62 41
Octal 331 115 375 16 106 0 1 440 142 101
Binary 11011001 1001101 11111101 1110 1000110 0 1 100100000 1100010 1000001

Color Harmonies of #D94DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DFD

Black with #D94DFD

Text Example


Text Example

White with #D94DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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