Html Css Color HEX #D942FD Heliotrope

📋 copy color: '#D942FD'

red 217 ◦ green 66 ◦ blue 253

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

Shades of Heliotrope #D942FD

Tints of Heliotrope #D942FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.31%

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

R = 40.49%
G = 12.31%
B = 47.2%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D942FD (or 0xD942FD) is known color: Heliotrope. HEX triplet: D9, 42 and FD. RGB value is (217,66,253). Sum of RGB (Red+Green+Blue) = 217+66+253=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 66 (26.17% from 255 or 12.31% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #D942FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D942FD is #26BD02. Grayscale: #838383. Windows color (decimal): -2538755 or 16597721. OLE color: 16597721.

HSL color Cylindrical-coordinate representation of color #D942FD: hue angle of 288.45º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D942FD is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 66 253 -
CMYK 0.14 0.74 0 0.01
HSL 288.45º 0.98% 0.63% -
HSV(B) 288.45º 0.74% 0.99% -
XYZ 48.29 25.74 95.35 -
YUV 132.47 196.03 188.29 -
System Red Green Blue C M Y K H S L
Decimal 217 66 253 0.14 0.74 0 0.01 288.45 0.98 0.63
Hex D9 42 FD E 4A 0 1 120 62 3F
Octal 331 102 375 16 112 0 1 440 142 77
Binary 11011001 1000010 11111101 1110 1001010 0 1 100100000 1100010 111111

Color Harmonies of #D942FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D942FD

Black with #D942FD

Text Example


Text Example

White with #D942FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D942FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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