Html Css Color HEX #D64AFF Heliotrope

📋 copy color: '#D64AFF'

red 214 ◦ green 74 ◦ blue 255

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

Shades of Heliotrope #D64AFF

Tints of Heliotrope #D64AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.63%

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

R = 39.41%
G = 13.63%
B = 46.96%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D64AFF (or 0xD64AFF) is known color: Heliotrope. HEX triplet: D6, 4A and FF. RGB value is (214,74,255). Sum of RGB (Red+Green+Blue) = 214+74+255=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #D64AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64AFF is #29B500. Grayscale: #878787. Windows color (decimal): -2733313 or 16730838. OLE color: 16730838.

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

Color convert

RGB 214 74 255 -
CMYK 0.16 0.71 0 0
HSL 286.41º 1% 0.65% -
HSV(B) 286.41º 0.71% 1% -
XYZ 48.23 26.41 97.16 -
YUV 136.49 194.88 183.28 -
System Red Green Blue C M Y K H S L
Decimal 214 74 255 0.16 0.71 0 0 286.41 1 0.65
Hex D6 4A FF 10 47 0 0 11E 64 41
Octal 326 112 377 20 107 0 0 436 144 101
Binary 11010110 1001010 11111111 10000 1000111 0 0 100011110 1100100 1000001

Color Harmonies of #D64AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64AFF

Black with #D64AFF

Text Example


Text Example

White with #D64AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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