Html Css Color HEX #D862F2 Heliotrope

📋 copy color: '#D862F2'

red 216 ◦ green 98 ◦ blue 242

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

Shades of Heliotrope #D862F2

Tints of Heliotrope #D862F2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.63%

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 38.85%
G = 17.63%
B = 43.53%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D862F2 (or 0xD862F2) is known color: Heliotrope. HEX triplet: D8, 62 and F2. RGB value is (216,98,242). Sum of RGB (Red+Green+Blue) = 216+98+242=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #D862F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D862F2 is #279D0D. Grayscale: #959595. Windows color (decimal): -2596110 or 15885016. OLE color: 15885016.

HSL color Cylindrical-coordinate representation of color #D862F2: hue angle of 289.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D862F2 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 98 242 -
CMYK 0.11 0.60 0 0.05
HSL 289.17º 0.85% 0.67% -
HSV(B) 289.17º 0.6% 0.95% -
XYZ 48.71 29.75 87.18 -
YUV 149.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 216 98 242 0.11 0.60 0 0.05 289.17 0.85 0.67
Hex D8 62 F2 B 3C 0 5 121 55 43
Octal 330 142 362 13 74 0 5 441 125 103
Binary 11011000 1100010 11110010 1011 111100 0 101 100100001 1010101 1000011

Color Harmonies of #D862F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D862F2

Black with #D862F2

Text Example


Text Example

White with #D862F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D862F2; }

 p { color: rgb(216,98,242); }

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

background-color css

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

 a { background-color: rgb(216,98,242); }

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

border-color css

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

 span { border-color: rgb(216,98,242); }

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