Html Css Color HEX #D65FFF Heliotrope

📋 copy color: '#D65FFF'

red 214 ◦ green 95 ◦ blue 255

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

Shades of Heliotrope #D65FFF

Tints of Heliotrope #D65FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 37.94%
G = 16.84%
B = 45.21%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D65FFF (or 0xD65FFF) is known color: Heliotrope. HEX triplet: D6, 5F and FF. RGB value is (214,95,255). Sum of RGB (Red+Green+Blue) = 214+95+255=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 95 (37.5% from 255 or 16.84% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #D65FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FFF is #29A000. Grayscale: #949494. Windows color (decimal): -2727937 or 16736214. OLE color: 16736214.

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

Color convert

RGB 214 95 255 -
CMYK 0.16 0.63 0 0
HSL 284.63º 1% 0.69% -
HSV(B) 284.63º 0.63% 1% -
XYZ 49.87 29.7 97.71 -
YUV 148.82 187.92 174.49 -
System Red Green Blue C M Y K H S L
Decimal 214 95 255 0.16 0.63 0 0 284.63 1 0.69
Hex D6 5F FF 10 3F 0 0 11D 64 45
Octal 326 137 377 20 77 0 0 435 144 105
Binary 11010110 1011111 11111111 10000 111111 0 0 100011101 1100100 1000101

Color Harmonies of #D65FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FFF

Black with #D65FFF

Text Example


Text Example

White with #D65FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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