Html Css Color HEX #D942FC Heliotrope

📋 copy color: '#D942FC'

red 217 ◦ green 66 ◦ blue 252

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

Shades of Heliotrope #D942FC

Tints of Heliotrope #D942FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.1%

R = 40.56%
G = 12.34%
B = 47.1%

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

#D942FC (or 0xD942FC) is known color: Heliotrope. HEX triplet: D9, 42 and FC. RGB value is (217,66,252). Sum of RGB (Red+Green+Blue) = 217+66+252=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 66 (26.17% from 255 or 12.34% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #D942FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D942FC is #26BD03. Grayscale: #838383. Windows color (decimal): -2538756 or 16532185. OLE color: 16532185.

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

Color convert

RGB 217 66 252 -
CMYK 0.14 0.74 0 0.01
HSL 288.71º 0.97% 0.62% -
HSV(B) 288.71º 0.74% 0.99% -
XYZ 48.13 25.68 94.51 -
YUV 132.35 195.53 188.38 -
System Red Green Blue C M Y K H S L
Decimal 217 66 252 0.14 0.74 0 0.01 288.71 0.97 0.62
Hex D9 42 FC E 4A 0 1 121 61 3E
Octal 331 102 374 16 112 0 1 441 141 76
Binary 11011001 1000010 11111100 1110 1001010 0 1 100100001 1100001 111110

Color Harmonies of #D942FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D942FC

Black with #D942FC

Text Example


Text Example

White with #D942FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D942FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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