Html Css Color HEX #D65FFE Heliotrope

📋 copy color: '#D65FFE'

red 214 ◦ green 95 ◦ blue 254

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

Shades of Heliotrope #D65FFE

Tints of Heliotrope #D65FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.87%

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

R = 38.01%
G = 16.87%
B = 45.12%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D65FFE (or 0xD65FFE) is known color: Heliotrope. HEX triplet: D6, 5F and FE. RGB value is (214,95,254). Sum of RGB (Red+Green+Blue) = 214+95+254=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 95 (37.5% from 255 or 16.87% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #D65FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FFE is #29A001. Grayscale: #949494. Windows color (decimal): -2727938 or 16670678. OLE color: 16670678.

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

Color convert

RGB 214 95 254 -
CMYK 0.16 0.63 0 0.00
HSL 284.91º 0.99% 0.68% -
HSV(B) 284.91º 0.63% 1% -
XYZ 49.71 29.64 96.87 -
YUV 148.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 214 95 254 0.16 0.63 0 0.00 284.91 0.99 0.68
Hex D6 5F FE 10 3F 0 0 11D 63 44
Octal 326 137 376 20 77 0 0 435 143 104
Binary 11010110 1011111 11111110 10000 111111 0 0 100011101 1100011 1000100

Color Harmonies of #D65FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FFE

Black with #D65FFE

Text Example


Text Example

White with #D65FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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