Html Css Color HEX #D65FF1 Heliotrope

📋 copy color: '#D65FF1'

red 214 ◦ green 95 ◦ blue 241

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

Shades of Heliotrope #D65FF1

Tints of Heliotrope #D65FF1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.27%

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 38.91%
G = 17.27%
B = 43.82%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D65FF1 (or 0xD65FF1) is known color: Heliotrope. HEX triplet: D6, 5F and F1. RGB value is (214,95,241). Sum of RGB (Red+Green+Blue) = 214+95+241=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #D65FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65FF1 is #29A00E. Grayscale: #929292. Windows color (decimal): -2727951 or 15818710. OLE color: 15818710.

HSL color Cylindrical-coordinate representation of color #D65FF1: hue angle of 288.9º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65FF1 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 95 241 -
CMYK 0.11 0.61 0 0.05
HSL 288.9º 0.84% 0.66% -
HSV(B) 288.9º 0.61% 0.95% -
XYZ 47.7 28.83 86.27 -
YUV 147.23 180.92 175.63 -
System Red Green Blue C M Y K H S L
Decimal 214 95 241 0.11 0.61 0 0.05 288.9 0.84 0.66
Hex D6 5F F1 B 3D 0 5 121 54 42
Octal 326 137 361 13 75 0 5 441 124 102
Binary 11010110 1011111 11110001 1011 111101 0 101 100100001 1010100 1000010

Color Harmonies of #D65FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FF1

Black with #D65FF1

Text Example


Text Example

White with #D65FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FF1; }

 p { color: rgb(214,95,241); }

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

background-color css

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

 a { background-color: rgb(214,95,241); }

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

border-color css

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

 span { border-color: rgb(214,95,241); }

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