Html Css Color HEX #D664FB Heliotrope

📋 copy color: '#D664FB'

red 214 ◦ green 100 ◦ blue 251

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

Shades of Heliotrope #D664FB

Tints of Heliotrope #D664FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.7%

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

R = 37.88%
G = 17.7%
B = 44.42%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D664FB (or 0xD664FB) is known color: Heliotrope. HEX triplet: D6, 64 and FB. RGB value is (214,100,251). Sum of RGB (Red+Green+Blue) = 214+100+251=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 100 (39.45% from 255 or 17.70% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #D664FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D664FB is #299B04. Grayscale: #969696. Windows color (decimal): -2726661 or 16475350. OLE color: 16475350.

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

Color convert

RGB 214 100 251 -
CMYK 0.15 0.60 0 0.02
HSL 285.3º 0.95% 0.69% -
HSV(B) 285.3º 0.6% 0.98% -
XYZ 49.7 30.38 94.51 -
YUV 151.3 184.27 172.72 -
System Red Green Blue C M Y K H S L
Decimal 214 100 251 0.15 0.60 0 0.02 285.3 0.95 0.69
Hex D6 64 FB F 3C 0 2 11D 5F 45
Octal 326 144 373 17 74 0 2 435 137 105
Binary 11010110 1100100 11111011 1111 111100 0 10 100011101 1011111 1000101

Color Harmonies of #D664FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D664FB

Black with #D664FB

Text Example


Text Example

White with #D664FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D664FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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