Html Css Color HEX #D641FF Heliotrope

📋 copy color: '#D641FF'

red 214 ◦ green 65 ◦ blue 255

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

Shades of Heliotrope #D641FF

Tints of Heliotrope #D641FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.75%

R = 40.07%
G = 12.17%
B = 47.75%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D641FF (or 0xD641FF) is known color: Heliotrope. HEX triplet: D6, 41 and FF. RGB value is (214,65,255). Sum of RGB (Red+Green+Blue) = 214+65+255=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 65 (25.78% from 255 or 12.17% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #D641FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D641FF is #29BE00. Grayscale: #828282. Windows color (decimal): -2735617 or 16728534. OLE color: 16728534.

HSL color Cylindrical-coordinate representation of color #D641FF: hue angle of 287.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D641FF is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 65 255 -
CMYK 0.16 0.75 0 0
HSL 287.05º 1% 0.63% -
HSV(B) 287.05º 0.75% 1% -
XYZ 47.67 25.3 96.98 -
YUV 131.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 214 65 255 0.16 0.75 0 0 287.05 1 0.63
Hex D6 41 FF 10 4B 0 0 11F 64 3F
Octal 326 101 377 20 113 0 0 437 144 77
Binary 11010110 1000001 11111111 10000 1001011 0 0 100011111 1100100 111111

Color Harmonies of #D641FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641FF

Black with #D641FF

Text Example


Text Example

White with #D641FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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