Html Css Color HEX #D641FB Heliotrope

📋 copy color: '#D641FB'

red 214 ◦ green 65 ◦ blue 251

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

Shades of Heliotrope #D641FB

Tints of Heliotrope #D641FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.26%

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

R = 40.38%
G = 12.26%
B = 47.36%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D641FB (or 0xD641FB) is known color: Heliotrope. HEX triplet: D6, 41 and FB. RGB value is (214,65,251). Sum of RGB (Red+Green+Blue) = 214+65+251=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #D641FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D641FB is #29BE04. Grayscale: #828282. Windows color (decimal): -2735621 or 16466390. OLE color: 16466390.

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

Color convert

RGB 214 65 251 -
CMYK 0.15 0.74 0 0.02
HSL 288.06º 0.96% 0.62% -
HSV(B) 288.06º 0.74% 0.98% -
XYZ 47.03 25.04 93.62 -
YUV 130.76 195.86 187.38 -
System Red Green Blue C M Y K H S L
Decimal 214 65 251 0.15 0.74 0 0.02 288.06 0.96 0.62
Hex D6 41 FB F 4A 0 2 120 60 3E
Octal 326 101 373 17 112 0 2 440 140 76
Binary 11010110 1000001 11111011 1111 1001010 0 10 100100000 1100000 111110

Color Harmonies of #D641FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641FB

Black with #D641FB

Text Example


Text Example

White with #D641FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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