Html Css Color HEX #D64BFE Heliotrope

📋 copy color: '#D64BFE'

red 214 ◦ green 75 ◦ blue 254

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

Shades of Heliotrope #D64BFE

Tints of Heliotrope #D64BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.81%

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

R = 39.41%
G = 13.81%
B = 46.78%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D64BFE (or 0xD64BFE) is known color: Heliotrope. HEX triplet: D6, 4B and FE. RGB value is (214,75,254). Sum of RGB (Red+Green+Blue) = 214+75+254=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 75 (29.69% from 255 or 13.81% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #D64BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64BFE is #29B401. Grayscale: #888888. Windows color (decimal): -2733058 or 16665558. OLE color: 16665558.

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

Color convert

RGB 214 75 254 -
CMYK 0.16 0.70 0 0.00
HSL 286.59º 0.99% 0.65% -
HSV(B) 286.59º 0.7% 1% -
XYZ 48.14 26.48 96.34 -
YUV 136.97 194.05 182.95 -
System Red Green Blue C M Y K H S L
Decimal 214 75 254 0.16 0.70 0 0.00 286.59 0.99 0.65
Hex D6 4B FE 10 46 0 0 11F 63 41
Octal 326 113 376 20 106 0 0 437 143 101
Binary 11010110 1001011 11111110 10000 1000110 0 0 100011111 1100011 1000001

Color Harmonies of #D64BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64BFE

Black with #D64BFE

Text Example


Text Example

White with #D64BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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