Html Css Color HEX #D65AF9 Heliotrope

📋 copy color: '#D65AF9'

red 214 ◦ green 90 ◦ blue 249

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

Shades of Heliotrope #D65AF9

Tints of Heliotrope #D65AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.03%

R = 38.7%
G = 16.27%
B = 45.03%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D65AF9 (or 0xD65AF9) is known color: Heliotrope. HEX triplet: D6, 5A and F9. RGB value is (214,90,249). Sum of RGB (Red+Green+Blue) = 214+90+249=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #D65AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AF9 is #29A506. Grayscale: #909090. Windows color (decimal): -2729223 or 16341718. OLE color: 16341718.

HSL color Cylindrical-coordinate representation of color #D65AF9: hue angle of 286.79º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65AF9 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 90 249 -
CMYK 0.14 0.64 0 0.02
HSL 286.79º 0.93% 0.66% -
HSV(B) 286.79º 0.64% 0.98% -
XYZ 48.49 28.45 92.56 -
YUV 145.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 214 90 249 0.14 0.64 0 0.02 286.79 0.93 0.66
Hex D6 5A F9 E 40 0 2 11F 5D 42
Octal 326 132 371 16 100 0 2 437 135 102
Binary 11010110 1011010 11111001 1110 1000000 0 10 100011111 1011101 1000010

Color Harmonies of #D65AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AF9

Black with #D65AF9

Text Example


Text Example

White with #D65AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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