Html Css Color HEX #D465F6 Heliotrope

📋 copy color: '#D465F6'

red 212 ◦ green 101 ◦ blue 246

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

Shades of Heliotrope #D465F6

Tints of Heliotrope #D465F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.01%

R = 37.92%
G = 18.07%
B = 44.01%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D465F6 (or 0xD465F6) is known color: Heliotrope. HEX triplet: D4, 65 and F6. RGB value is (212,101,246). Sum of RGB (Red+Green+Blue) = 212+101+246=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #D465F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465F6 is #2B9A09. Grayscale: #969696. Windows color (decimal): -2857482 or 16147924. OLE color: 16147924.

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

Color convert

RGB 212 101 246 -
CMYK 0.14 0.59 0 0.04
HSL 285.93º 0.89% 0.68% -
HSV(B) 285.93º 0.59% 0.96% -
XYZ 48.44 29.96 90.42 -
YUV 150.72 181.77 171.71 -
System Red Green Blue C M Y K H S L
Decimal 212 101 246 0.14 0.59 0 0.04 285.93 0.89 0.68
Hex D4 65 F6 E 3B 0 4 11E 59 44
Octal 324 145 366 16 73 0 4 436 131 104
Binary 11010100 1100101 11110110 1110 111011 0 100 100011110 1011001 1000100

Color Harmonies of #D465F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465F6

Black with #D465F6

Text Example


Text Example

White with #D465F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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