Html Css Color HEX #D64CFB Heliotrope

📋 copy color: '#D64CFB'

red 214 ◦ green 76 ◦ blue 251

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

Shades of Heliotrope #D64CFB

Tints of Heliotrope #D64CFB

RGB

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

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

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

R = 39.56%
G = 14.05%
B = 46.4%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D64CFB (or 0xD64CFB) is known color: Heliotrope. HEX triplet: D6, 4C and FB. RGB value is (214,76,251). Sum of RGB (Red+Green+Blue) = 214+76+251=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #D64CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64CFB is #29B304. Grayscale: #888888. Windows color (decimal): -2732805 or 16469206. OLE color: 16469206.

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

Color convert

RGB 214 76 251 -
CMYK 0.15 0.70 0 0.02
HSL 287.31º 0.96% 0.64% -
HSV(B) 287.31º 0.7% 0.98% -
XYZ 47.73 26.43 93.85 -
YUV 137.21 192.22 182.77 -
System Red Green Blue C M Y K H S L
Decimal 214 76 251 0.15 0.70 0 0.02 287.31 0.96 0.64
Hex D6 4C FB F 46 0 2 11F 60 40
Octal 326 114 373 17 106 0 2 437 140 100
Binary 11010110 1001100 11111011 1111 1000110 0 10 100011111 1100000 1000000

Color Harmonies of #D64CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CFB

Black with #D64CFB

Text Example


Text Example

White with #D64CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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