Html Css Color HEX #D465F3 Heliotrope

📋 copy color: '#D465F3'

red 212 ◦ green 101 ◦ blue 243

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

Shades of Heliotrope #D465F3

Tints of Heliotrope #D465F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.71%

R = 38.13%
G = 18.17%
B = 43.71%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D465F3 (or 0xD465F3) is known color: Heliotrope. HEX triplet: D4, 65 and F3. RGB value is (212,101,243). Sum of RGB (Red+Green+Blue) = 212+101+243=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #D465F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465F3 is #2B9A0C. Grayscale: #959595. Windows color (decimal): -2857485 or 15951316. OLE color: 15951316.

HSL color Cylindrical-coordinate representation of color #D465F3: hue angle of 286.9º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D465F3 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 101 243 -
CMYK 0.13 0.58 0 0.05
HSL 286.9º 0.86% 0.67% -
HSV(B) 286.9º 0.58% 0.95% -
XYZ 47.98 29.78 88.01 -
YUV 150.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 212 101 243 0.13 0.58 0 0.05 286.9 0.86 0.67
Hex D4 65 F3 D 3A 0 5 11F 56 43
Octal 324 145 363 15 72 0 5 437 126 103
Binary 11010100 1100101 11110011 1101 111010 0 101 100011111 1010110 1000011

Color Harmonies of #D465F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465F3

Black with #D465F3

Text Example


Text Example

White with #D465F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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