Html Css Color HEX #D65FEF Heliotrope

📋 copy color: '#D65FEF'

red 214 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #D65FEF

Tints of Heliotrope #D65FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 39.05%
G = 17.34%
B = 43.61%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D65FEF (or 0xD65FEF) is known color: Heliotrope. HEX triplet: D6, 5F and EF. RGB value is (214,95,239). Sum of RGB (Red+Green+Blue) = 214+95+239=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #D65FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FEF is #29A010. Grayscale: #929292. Windows color (decimal): -2727953 or 15687638. OLE color: 15687638.

HSL color Cylindrical-coordinate representation of color #D65FEF: hue angle of 289.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65FEF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 95 239 -
CMYK 0.10 0.60 0 0.06
HSL 289.58º 0.82% 0.65% -
HSV(B) 289.58º 0.6% 0.94% -
XYZ 47.4 28.71 84.7 -
YUV 147 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 214 95 239 0.10 0.60 0 0.06 289.58 0.82 0.65
Hex D6 5F EF A 3C 0 6 122 52 41
Octal 326 137 357 12 74 0 6 442 122 101
Binary 11010110 1011111 11101111 1010 111100 0 110 100100010 1010010 1000001

Color Harmonies of #D65FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FEF

Black with #D65FEF

Text Example


Text Example

White with #D65FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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