Html Css Color HEX #D465FE Heliotrope

📋 copy color: '#D465FE'

red 212 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #D465FE

Tints of Heliotrope #D465FE

RGB

 RED value IS 212 (83.2% from 255) = 37.39%

 GREEN value IS 101 (39.84% from 255) = 17.81%

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

R = 37.39%
G = 17.81%
B = 44.8%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D465FE (or 0xD465FE) is known color: Heliotrope. HEX triplet: D4, 65 and FE. RGB value is (212,101,254). Sum of RGB (Red+Green+Blue) = 212+101+254=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #D465FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465FE is #2B9A01. Grayscale: #979797. Windows color (decimal): -2857474 or 16672212. OLE color: 16672212.

HSL color Cylindrical-coordinate representation of color #D465FE: hue angle of 283.53º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D465FE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 101 254 -
CMYK 0.17 0.60 0 0.00
HSL 283.53º 0.99% 0.7% -
HSV(B) 283.53º 0.6% 1% -
XYZ 49.69 30.46 97.03 -
YUV 151.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 212 101 254 0.17 0.60 0 0.00 283.53 0.99 0.7
Hex D4 65 FE 11 3C 0 0 11C 63 46
Octal 324 145 376 21 74 0 0 434 143 106
Binary 11010100 1100101 11111110 10001 111100 0 0 100011100 1100011 1000110

Color Harmonies of #D465FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465FE

Black with #D465FE

Text Example


Text Example

White with #D465FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465FE; }

 p { color: rgb(212,101,254); }

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

background-color css

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

 a { background-color: rgb(212,101,254); }

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

border-color css

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

 span { border-color: rgb(212,101,254); }

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