Html Css Color HEX #D65BFE Heliotrope

📋 copy color: '#D65BFE'

red 214 ◦ green 91 ◦ blue 254

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

Shades of Heliotrope #D65BFE

Tints of Heliotrope #D65BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.28%

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

R = 38.28%
G = 16.28%
B = 45.44%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D65BFE (or 0xD65BFE) is known color: Heliotrope. HEX triplet: D6, 5B and FE. RGB value is (214,91,254). Sum of RGB (Red+Green+Blue) = 214+91+254=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 91 (35.94% from 255 or 16.28% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #D65BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65BFE is #29A401. Grayscale: #919191. Windows color (decimal): -2728962 or 16669654. OLE color: 16669654.

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

Color convert

RGB 214 91 254 -
CMYK 0.16 0.64 0 0.00
HSL 285.28º 0.99% 0.68% -
HSV(B) 285.28º 0.64% 1% -
XYZ 49.36 28.93 96.75 -
YUV 146.36 188.75 176.25 -
System Red Green Blue C M Y K H S L
Decimal 214 91 254 0.16 0.64 0 0.00 285.28 0.99 0.68
Hex D6 5B FE 10 40 0 0 11D 63 44
Octal 326 133 376 20 100 0 0 435 143 104
Binary 11010110 1011011 11111110 10000 1000000 0 0 100011101 1100011 1000100

Color Harmonies of #D65BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65BFE

Black with #D65BFE

Text Example


Text Example

White with #D65BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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