Html Css Color HEX #D662FE Heliotrope

📋 copy color: '#D662FE'

red 214 ◦ green 98 ◦ blue 254

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

Shades of Heliotrope #D662FE

Tints of Heliotrope #D662FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 37.81%
G = 17.31%
B = 44.88%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D662FE (or 0xD662FE) is known color: Heliotrope. HEX triplet: D6, 62 and FE. RGB value is (214,98,254). Sum of RGB (Red+Green+Blue) = 214+98+254=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 98 (38.67% from 255 or 17.31% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #D662FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D662FE is #299D01. Grayscale: #959595. Windows color (decimal): -2727170 or 16671446. OLE color: 16671446.

HSL color Cylindrical-coordinate representation of color #D662FE: hue angle of 284.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D662FE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 98 254 -
CMYK 0.16 0.61 0 0.00
HSL 284.62º 0.99% 0.69% -
HSV(B) 284.62º 0.61% 1% -
XYZ 49.99 30.19 96.96 -
YUV 150.47 186.43 173.32 -
System Red Green Blue C M Y K H S L
Decimal 214 98 254 0.16 0.61 0 0.00 284.62 0.99 0.69
Hex D6 62 FE 10 3D 0 0 11D 63 45
Octal 326 142 376 20 75 0 0 435 143 105
Binary 11010110 1100010 11111110 10000 111101 0 0 100011101 1100011 1000101

Color Harmonies of #D662FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662FE

Black with #D662FE

Text Example


Text Example

White with #D662FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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