Html Css Color HEX #D64BFB Heliotrope

📋 copy color: '#D64BFB'

red 214 ◦ green 75 ◦ blue 251

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

Shades of Heliotrope #D64BFB

Tints of Heliotrope #D64BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.89%

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

R = 39.63%
G = 13.89%
B = 46.48%

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

#D64BFB (or 0xD64BFB) is known color: Heliotrope. HEX triplet: D6, 4B and FB. RGB value is (214,75,251). Sum of RGB (Red+Green+Blue) = 214+75+251=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 75 (29.69% from 255 or 13.89% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #D64BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64BFB is #29B404. Grayscale: #888888. Windows color (decimal): -2733061 or 16468950. OLE color: 16468950.

HSL color Cylindrical-coordinate representation of color #D64BFB: hue angle of 287.39º 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 #D64BFB is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 75 251 -
CMYK 0.15 0.70 0 0.02
HSL 287.39º 0.96% 0.64% -
HSV(B) 287.39º 0.7% 0.98% -
XYZ 47.66 26.29 93.83 -
YUV 136.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 214 75 251 0.15 0.70 0 0.02 287.39 0.96 0.64
Hex D6 4B FB F 46 0 2 11F 60 40
Octal 326 113 373 17 106 0 2 437 140 100
Binary 11010110 1001011 11111011 1111 1000110 0 10 100011111 1100000 1000000

Color Harmonies of #D64BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64BFB

Black with #D64BFB

Text Example


Text Example

White with #D64BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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