Html Css Color HEX #D64BF6 Heliotrope

📋 copy color: '#D64BF6'

red 214 ◦ green 75 ◦ blue 246

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

Shades of Heliotrope #D64BF6

Tints of Heliotrope #D64BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.98%

R = 40%
G = 14.02%
B = 45.98%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D64BF6 (or 0xD64BF6) is known color: Heliotrope. HEX triplet: D6, 4B and F6. RGB value is (214,75,246). Sum of RGB (Red+Green+Blue) = 214+75+246=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 75 (29.69% from 255 or 14.02% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #D64BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64BF6 is #29B409. Grayscale: #878787. Windows color (decimal): -2733066 or 16141270. OLE color: 16141270.

HSL color Cylindrical-coordinate representation of color #D64BF6: hue angle of 288.77º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64BF6 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 75 246 -
CMYK 0.13 0.70 0 0.04
HSL 288.77º 0.9% 0.63% -
HSV(B) 288.77º 0.7% 0.96% -
XYZ 46.88 25.98 89.73 -
YUV 136.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 214 75 246 0.13 0.70 0 0.04 288.77 0.9 0.63
Hex D6 4B F6 D 46 0 4 121 5A 3F
Octal 326 113 366 15 106 0 4 441 132 77
Binary 11010110 1001011 11110110 1101 1000110 0 100 100100001 1011010 111111

Color Harmonies of #D64BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64BF6

Black with #D64BF6

Text Example


Text Example

White with #D64BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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