Html Css Color HEX #D465F7 Heliotrope

📋 copy color: '#D465F7'

red 212 ◦ green 101 ◦ blue 247

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

Shades of Heliotrope #D465F7

Tints of Heliotrope #D465F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.11%

R = 37.86%
G = 18.04%
B = 44.11%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D465F7 (or 0xD465F7) is known color: Heliotrope. HEX triplet: D4, 65 and F7. RGB value is (212,101,247). Sum of RGB (Red+Green+Blue) = 212+101+247=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #D465F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465F7 is #2B9A08. Grayscale: #969696. Windows color (decimal): -2857481 or 16213460. OLE color: 16213460.

HSL color Cylindrical-coordinate representation of color #D465F7: hue angle of 285.62º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D465F7 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 101 247 -
CMYK 0.14 0.59 0 0.03
HSL 285.62º 0.9% 0.68% -
HSV(B) 285.62º 0.59% 0.97% -
XYZ 48.59 30.02 91.23 -
YUV 150.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 212 101 247 0.14 0.59 0 0.03 285.62 0.9 0.68
Hex D4 65 F7 E 3B 0 3 11E 5A 44
Octal 324 145 367 16 73 0 3 436 132 104
Binary 11010100 1100101 11110111 1110 111011 0 11 100011110 1011010 1000100

Color Harmonies of #D465F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465F7

Black with #D465F7

Text Example


Text Example

White with #D465F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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