Html Css Color HEX #D64AFC Heliotrope

📋 copy color: '#D64AFC'

red 214 ◦ green 74 ◦ blue 252

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

Shades of Heliotrope #D64AFC

Tints of Heliotrope #D64AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.67%

R = 39.63%
G = 13.7%
B = 46.67%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D64AFC (or 0xD64AFC) is known color: Heliotrope. HEX triplet: D6, 4A and FC. RGB value is (214,74,252). Sum of RGB (Red+Green+Blue) = 214+74+252=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 74 (29.30% from 255 or 13.70% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #D64AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64AFC is #29B503. Grayscale: #878787. Windows color (decimal): -2733316 or 16534230. OLE color: 16534230.

HSL color Cylindrical-coordinate representation of color #D64AFC: hue angle of 287.19º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D64AFC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 74 252 -
CMYK 0.15 0.71 0 0.01
HSL 287.19º 0.97% 0.64% -
HSV(B) 287.19º 0.71% 0.99% -
XYZ 47.75 26.22 94.64 -
YUV 136.15 193.38 183.53 -
System Red Green Blue C M Y K H S L
Decimal 214 74 252 0.15 0.71 0 0.01 287.19 0.97 0.64
Hex D6 4A FC F 47 0 1 11F 61 40
Octal 326 112 374 17 107 0 1 437 141 100
Binary 11010110 1001010 11111100 1111 1000111 0 1 100011111 1100001 1000000

Color Harmonies of #D64AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64AFC

Black with #D64AFC

Text Example


Text Example

White with #D64AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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