Html Css Color HEX #D65AFE Heliotrope

📋 copy color: '#D65AFE'

red 214 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #D65AFE

Tints of Heliotrope #D65AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 38.35%
G = 16.13%
B = 45.52%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D65AFE (or 0xD65AFE) is known color: Heliotrope. HEX triplet: D6, 5A and FE. RGB value is (214,90,254). Sum of RGB (Red+Green+Blue) = 214+90+254=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #D65AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65AFE is #29A501. Grayscale: #919191. Windows color (decimal): -2729218 or 16669398. OLE color: 16669398.

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

Color convert

RGB 214 90 254 -
CMYK 0.16 0.65 0 0.00
HSL 285.37º 0.99% 0.67% -
HSV(B) 285.37º 0.65% 1% -
XYZ 49.28 28.76 96.72 -
YUV 145.77 189.08 176.66 -
System Red Green Blue C M Y K H S L
Decimal 214 90 254 0.16 0.65 0 0.00 285.37 0.99 0.67
Hex D6 5A FE 10 41 0 0 11D 63 43
Octal 326 132 376 20 101 0 0 435 143 103
Binary 11010110 1011010 11111110 10000 1000001 0 0 100011101 1100011 1000011

Color Harmonies of #D65AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AFE

Black with #D65AFE

Text Example


Text Example

White with #D65AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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