Html Css Color HEX #D65AF1 Heliotrope

📋 copy color: '#D65AF1'

red 214 ◦ green 90 ◦ blue 241

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

Shades of Heliotrope #D65AF1

Tints of Heliotrope #D65AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.51%

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

R = 39.27%
G = 16.51%
B = 44.22%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D65AF1 (or 0xD65AF1) is known color: Heliotrope. HEX triplet: D6, 5A and F1. RGB value is (214,90,241). Sum of RGB (Red+Green+Blue) = 214+90+241=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #D65AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AF1 is #29A50E. Grayscale: #8F8F8F. Windows color (decimal): -2729231 or 15817430. OLE color: 15817430.

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

Color convert

RGB 214 90 241 -
CMYK 0.11 0.63 0 0.05
HSL 289.27º 0.84% 0.65% -
HSV(B) 289.27º 0.63% 0.95% -
XYZ 47.26 27.96 86.12 -
YUV 144.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 214 90 241 0.11 0.63 0 0.05 289.27 0.84 0.65
Hex D6 5A F1 B 3F 0 5 121 54 41
Octal 326 132 361 13 77 0 5 441 124 101
Binary 11010110 1011010 11110001 1011 111111 0 101 100100001 1010100 1000001

Color Harmonies of #D65AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AF1

Black with #D65AF1

Text Example


Text Example

White with #D65AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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