Html Css Color HEX #D64DFB Heliotrope

📋 copy color: '#D64DFB'

red 214 ◦ green 77 ◦ blue 251

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

Shades of Heliotrope #D64DFB

Tints of Heliotrope #D64DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.21%

 BLUE value IS 251 (98.44% from 255) = 46.31%

R = 39.48%
G = 14.21%
B = 46.31%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D64DFB (or 0xD64DFB) is known color: Heliotrope. HEX triplet: D6, 4D and FB. RGB value is (214,77,251). Sum of RGB (Red+Green+Blue) = 214+77+251=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 77 (30.47% from 255 or 14.21% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #D64DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64DFB is #29B204. Grayscale: #898989. Windows color (decimal): -2732549 or 16469462. OLE color: 16469462.

HSL color Cylindrical-coordinate representation of color #D64DFB: hue angle of 287.24º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64DFB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 77 251 -
CMYK 0.15 0.69 0 0.02
HSL 287.24º 0.96% 0.64% -
HSV(B) 287.24º 0.69% 0.98% -
XYZ 47.8 26.57 93.88 -
YUV 137.8 191.89 182.35 -
System Red Green Blue C M Y K H S L
Decimal 214 77 251 0.15 0.69 0 0.02 287.24 0.96 0.64
Hex D6 4D FB F 45 0 2 11F 60 40
Octal 326 115 373 17 105 0 2 437 140 100
Binary 11010110 1001101 11111011 1111 1000101 0 10 100011111 1100000 1000000

Color Harmonies of #D64DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DFB

Black with #D64DFB

Text Example


Text Example

White with #D64DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DFB; }

 p { color: rgb(214,77,251); }

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

background-color css

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

 a { background-color: rgb(214,77,251); }

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

border-color css

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

 span { border-color: rgb(214,77,251); }

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