Html Css Color HEX #D64CFF Heliotrope

📋 copy color: '#D64CFF'

red 214 ◦ green 76 ◦ blue 255

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

Shades of Heliotrope #D64CFF

Tints of Heliotrope #D64CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.94%

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

R = 39.27%
G = 13.94%
B = 46.79%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D64CFF (or 0xD64CFF) is known color: Heliotrope. HEX triplet: D6, 4C and FF. RGB value is (214,76,255). Sum of RGB (Red+Green+Blue) = 214+76+255=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 76 (30.08% from 255 or 13.94% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #D64CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64CFF is #29B300. Grayscale: #898989. Windows color (decimal): -2732801 or 16731350. OLE color: 16731350.

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

Color convert

RGB 214 76 255 -
CMYK 0.16 0.70 0 0
HSL 286.26º 1% 0.65% -
HSV(B) 286.26º 0.7% 1% -
XYZ 48.37 26.69 97.21 -
YUV 137.67 194.22 182.45 -
System Red Green Blue C M Y K H S L
Decimal 214 76 255 0.16 0.70 0 0 286.26 1 0.65
Hex D6 4C FF 10 46 0 0 11E 64 41
Octal 326 114 377 20 106 0 0 436 144 101
Binary 11010110 1001100 11111111 10000 1000110 0 0 100011110 1100100 1000001

Color Harmonies of #D64CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CFF

Black with #D64CFF

Text Example


Text Example

White with #D64CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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