Html Css Color HEX #D842FD Heliotrope

📋 copy color: '#D842FD'

red 216 ◦ green 66 ◦ blue 253

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

Shades of Heliotrope #D842FD

Tints of Heliotrope #D842FD

RGB

 RED value IS 216 (84.77% from 255) = 40.37%

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

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

R = 40.37%
G = 12.34%
B = 47.29%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D842FD (or 0xD842FD) is known color: Heliotrope. HEX triplet: D8, 42 and FD. RGB value is (216,66,253). Sum of RGB (Red+Green+Blue) = 216+66+253=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 66 (26.17% from 255 or 12.34% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #D842FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D842FD is #27BD02. Grayscale: #838383. Windows color (decimal): -2604291 or 16597720. OLE color: 16597720.

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

Color convert

RGB 216 66 253 -
CMYK 0.15 0.74 0 0.01
HSL 288.13º 0.98% 0.63% -
HSV(B) 288.13º 0.74% 0.99% -
XYZ 48 25.59 95.34 -
YUV 132.17 196.2 187.79 -
System Red Green Blue C M Y K H S L
Decimal 216 66 253 0.15 0.74 0 0.01 288.13 0.98 0.63
Hex D8 42 FD F 4A 0 1 120 62 3F
Octal 330 102 375 17 112 0 1 440 142 77
Binary 11011000 1000010 11111101 1111 1001010 0 1 100100000 1100010 111111

Color Harmonies of #D842FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D842FD

Black with #D842FD

Text Example


Text Example

White with #D842FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D842FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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