Html Css Color HEX #D662F0 Heliotrope

📋 copy color: '#D662F0'

red 214 ◦ green 98 ◦ blue 240

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

Shades of Heliotrope #D662F0

Tints of Heliotrope #D662F0

RGB

 RED value IS 214 (83.98% from 255) = 38.77%

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

 BLUE value IS 240 (94.14% from 255) = 43.48%

R = 38.77%
G = 17.75%
B = 43.48%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D662F0 (or 0xD662F0) is known color: Heliotrope. HEX triplet: D6, 62 and F0. RGB value is (214,98,240). Sum of RGB (Red+Green+Blue) = 214+98+240=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #D662F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D662F0 is #299D0F. Grayscale: #949494. Windows color (decimal): -2727184 or 15753942. OLE color: 15753942.

HSL color Cylindrical-coordinate representation of color #D662F0: hue angle of 289.01º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D662F0 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 98 240 -
CMYK 0.11 0.59 0 0.06
HSL 289.01º 0.83% 0.66% -
HSV(B) 289.01º 0.59% 0.94% -
XYZ 47.83 29.32 85.58 -
YUV 148.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 214 98 240 0.11 0.59 0 0.06 289.01 0.83 0.66
Hex D6 62 F0 B 3B 0 6 121 53 42
Octal 326 142 360 13 73 0 6 441 123 102
Binary 11010110 1100010 11110000 1011 111011 0 110 100100001 1010011 1000010

Color Harmonies of #D662F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662F0

Black with #D662F0

Text Example


Text Example

White with #D662F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662F0; }

 p { color: rgb(214,98,240); }

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

background-color css

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

 a { background-color: rgb(214,98,240); }

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

border-color css

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

 span { border-color: rgb(214,98,240); }

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